Skip to content

Commit f4d88cb

Browse files
author
Frank
committed
run cargo dev update_lints
1 parent 12e5637 commit f4d88cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
A 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

1010
We have a bunch of lint categories to allow you to choose how much Clippy is supposed to ~~annoy~~ help you:
1111

src/lintlist/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
},

0 commit comments

Comments
 (0)