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.
2 parents 6b2b6c1 + 43c79a3 commit e1bef53Copy full SHA for e1bef53
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