Skip to content

Commit

Permalink
run cargo dev update_lints
Browse files Browse the repository at this point in the history
  • Loading branch information
ilknarf committed Sep 25, 2020
1 parent 12e5637 commit f4d88cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -5,7 +5,7 @@

A collection of lints to catch common mistakes and improve your [Rust](https://github.com/rust-lang/rust) code.

[There are over 350 lints included in this crate!](https://rust-lang.github.io/rust-clippy/master/index.html)
[There are over 400 lints included in this crate!](https://rust-lang.github.io/rust-clippy/master/index.html)

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

Expand Down
2 changes: 1 addition & 1 deletion src/lintlist/mod.rs
Expand Up @@ -384,7 +384,7 @@ pub static ref ALL_LINTS: Vec<Lint> = vec![
Lint {
name: "disallowed_method",
group: "nursery",
desc: "default lint description",
desc: "used disallowed method call",
deprecation: None,
module: "disallowed_method",
},
Expand Down

0 comments on commit f4d88cb

Please sign in to comment.