Rollup merge of #33604 - tshepang:line-em-up, r=GuillaumeGomez
doc: line these comments up Looks more nice, and same is done with prior examples
This commit is contained in:
commit
9c745e7feb
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@
|
|||
//!
|
||||
//! ```
|
||||
//! format!("{argument}", argument = "test"); // => "test"
|
||||
//! format!("{name} {}", 1, name = 2); // => "2 1"
|
||||
//! format!("{name} {}", 1, name = 2); // => "2 1"
|
||||
//! format!("{a} {c} {b}", a="a", b='b', c=3); // => "a 3 b"
|
||||
//! ```
|
||||
//!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue