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 5
5
6
6
A collection of lints to catch common mistakes and improve your [ Rust] ( https://github.com/rust-lang/rust ) code.
7
7
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 )
9
9
10
10
We have a bunch of lint categories to allow you to choose how much Clippy is supposed to ~~ annoy~~ help you:
11
11
Original file line number Diff line number Diff line change @@ -384,7 +384,7 @@ pub static ref ALL_LINTS: Vec<Lint> = vec![
384
384
Lint {
385
385
name: "disallowed_method" ,
386
386
group: "nursery" ,
387
- desc: "default lint description " ,
387
+ desc: "used disallowed method call " ,
388
388
deprecation: None ,
389
389
module: "disallowed_method" ,
390
390
} ,
You can’t perform that action at this time.
0 commit comments