We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dc265f commit bcc7b0eCopy full SHA for bcc7b0e
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