We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 16efa56 + bcc7b0e commit 6172178Copy full SHA for 6172178
book/src/usage.md
@@ -36,7 +36,7 @@ You can configure lint levels on the command line by adding
36
cargo clippy -- -Aclippy::style -Wclippy::double_neg -Dclippy::perf
37
```
38
39
-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
40
the build and cause Clippy to exit with a code other than `0`.
41
42
0 commit comments