Fix minor typo
This commit is contained in:
parent
0dc265ff82
commit
bcc7b0e700
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…
Add table
Add a link
Reference in a new issue