Skip to content

Commit a7bfac7

Browse files
flip1995sunjay
andauthored
Update README.md
Co-Authored-By: sunjay <[email protected]>
1 parent 5fab7ec commit a7bfac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ before_script:
128128
Note that adding `-D warnings` will cause your build to fail if **any** warnings are found in your code.
129129
That includes warnings found by rustc (e.g. `dead_code`, etc.). If you want to avoid this and only cause
130130
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.)
131+
line. (You can swap `clippy::all` with the specific lint category you are targeting.)
132132

133133
## Configuration
134134

0 commit comments

Comments
 (0)