mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 15:14:29 +00:00
Auto merge of #12938 - elijah-potter:patch-1, r=flip1995
Fix minor typo changelog: none
This commit is contained in:
commit
6172178d22
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ You can configure lint levels on the command line by adding
|
|||
cargo clippy -- -Aclippy::style -Wclippy::double_neg -Dclippy::perf
|
||||
```
|
||||
|
||||
For [CI] all warnings can be elevated to errors which will inturn fail
|
||||
For [CI] all warnings can be elevated to errors which will in turn fail
|
||||
the build and cause Clippy to exit with a code other than `0`.
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue