Skip to content

Commit 1d373ae

Browse files
committed
rollup merge of #20268: mdinger/pretty
For consistency with the documentation, *options* should be before *filenames*.
2 parents 066be2a + 875af5b commit 1d373ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5406,7 +5406,7 @@ fn main() {
54065406
}
54075407
```
54085408
5409-
You can have the macros expanded like this: `rustc print.rs --pretty=expanded`, which will
5409+
You can have the macros expanded like this: `rustc --pretty=expanded print.rs`, which will
54105410
give us this huge result:
54115411
54125412
```{rust,ignore}

0 commit comments

Comments
 (0)