File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 55
66A collection of lints to catch common mistakes and improve your [ Rust] ( https://github.com/rust-lang/rust ) code.
77
8- [ There are over 350 lints included in this crate!] ( https://rust-lang.github.io/rust-clippy/master/index.html )
8+ [ There are over 400 lints included in this crate!] ( https://rust-lang.github.io/rust-clippy/master/index.html )
99
1010We have a bunch of lint categories to allow you to choose how much Clippy is supposed to ~~ annoy~~ help you:
1111
Original file line number Diff line number Diff line change @@ -384,7 +384,7 @@ pub static ref ALL_LINTS: Vec<Lint> = vec![
384384 Lint {
385385 name: "disallowed_method" ,
386386 group: "nursery" ,
387- desc: "default lint description " ,
387+ desc: "used disallowed method call " ,
388388 deprecation: None ,
389389 module: "disallowed_method" ,
390390 } ,
You can’t perform that action at this time.
0 commit comments