mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 07:04:18 +00:00
Update README.md (fix typo)
Co-Authored-By: Philipp Hansch <dev@phansch.net>
This commit is contained in:
parent
8dde4e5806
commit
39cdea6df4
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ Now you can run Clippy by invoking the following command:
|
|||
cargo clippy
|
||||
```
|
||||
|
||||
#### Automatically applying clippy suggestions
|
||||
#### Automatically applying Clippy suggestions
|
||||
|
||||
Some Clippy lint suggestions can be automatically applied by `cargo fix`.
|
||||
Note that this is still experimental and only supported on the nightly channel:
|
||||
|
|
Loading…
Reference in a new issue