File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -122,16 +122,16 @@ Common options:
122
122
123
123
Other options are the same as `cargo rustc`.
124
124
125
- To allow or deny a lint from the command line you can use `cargo clippy --` with
126
- one of :
125
+ To allow or deny a lint from the command line you can use `cargo clippy --`
126
+ with :
127
127
128
128
-W --warn OPT Set lint warnings
129
129
-A --allow OPT Set lint allowed
130
130
-D --deny OPT Set lint denied
131
131
-F --forbid OPT Set lint forbidden
132
132
133
- The feature `cargo-clippy` is automatically defined for convinence . You can use
134
- it to allow or deny lints, eg.:
133
+ The feature `cargo-clippy` is automatically defined for convenience . You can use
134
+ it to allow or deny lints from the code , eg.:
135
135
136
136
#[cfg_attr(feature = "cargo-clippy", allow(needless_lifetimes))]
137
137
"# ;
You can’t perform that action at this time.
0 commit comments