We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fab7ec commit a7bfac7Copy full SHA for a7bfac7
README.md
@@ -128,7 +128,7 @@ before_script:
128
Note that adding `-D warnings` will cause your build to fail if **any** warnings are found in your code.
129
That includes warnings found by rustc (e.g. `dead_code`, etc.). If you want to avoid this and only cause
130
an error for clippy warnings, use `#![deny(clippy::all)]` in your code or `-D clippy::all` on the command
131
-line. (You can swap `clippy::all` with the specific lint category you are targetting.)
+line. (You can swap `clippy::all` with the specific lint category you are targeting.)
132
133
## Configuration
134
0 commit comments