mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-20 10:55:14 +00:00
Fix typo in README.md.
This commit is contained in:
parent
81a4235c7f
commit
ef4de4d005
@ -189,7 +189,7 @@ See [Configurations.md](Configurations.md) for details.
|
||||
Example:
|
||||
|
||||
```
|
||||
cargo fmt --emit files
|
||||
cargo fmt -- --emit files
|
||||
```
|
||||
|
||||
Options:
|
||||
@ -197,7 +197,7 @@ See [Configurations.md](Configurations.md) for details.
|
||||
| Flag |Description| Nightly Only |
|
||||
|:---:|:---:|:---:|
|
||||
| files | overwrites output to files | No |
|
||||
| stdout | writes output to stdout | No |
|
||||
| stdout | writes output to stdout | No |
|
||||
| coverage | displays how much of the input file was processed | Yes |
|
||||
| checkstyle | emits in a checkstyle format | Yes |
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user