mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 16:24:46 +00:00
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 <brandondong604@hotmail.com>
This commit is contained in:
commit
e1bef53109
@ -1,4 +1,4 @@
|
|||||||
// Feature: Format String Completion.
|
// Feature: Format String Completion
|
||||||
//
|
//
|
||||||
// `"Result {result} is {2 + 2}"` is expanded to the `"Result {} is {}", result, 2 + 2`.
|
// `"Result {result} is {2 + 2}"` is expanded to the `"Result {} is {}", result, 2 + 2`.
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user