Skip to content

Commit e1bef53

Browse files
bors[bot]Brandon
and
Brandon
authored
Merge #8701
8701: Fix feature description inconsistency r=Veykril a=brandondong ![image](https://user-images.githubusercontent.com/13722457/116768676-4d0d6980-a9ed-11eb-8d7e-c7d340a99064.png) Just something that bugged me :) Co-authored-by: Brandon <[email protected]>
2 parents 6b2b6c1 + 43c79a3 commit e1bef53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ide_completion/src/completions/postfix/format_like.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Feature: Format String Completion.
1+
// Feature: Format String Completion
22
//
33
// `"Result {result} is {2 + 2}"` is expanded to the `"Result {} is {}", result, 2 + 2`.
44
//

0 commit comments

Comments
 (0)