We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b2b6c1 commit 43c79a3Copy full SHA for 43c79a3
crates/ide_completion/src/completions/postfix/format_like.rs
@@ -1,4 +1,4 @@
1
-// Feature: Format String Completion.
+// Feature: Format String Completion
2
//
3
// `"Result {result} is {2 + 2}"` is expanded to the `"Result {} is {}", result, 2 + 2`.
4
0 commit comments