Pull master, rebase, and update_lints again.

This commit is contained in:
xiongmao86 2020-01-11 11:57:49 +08:00
parent 2b477f361e
commit bba468887b
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
A collection of lints to catch common mistakes and improve your [Rust](https://github.com/rust-lang/rust) code.
[There are 346 lints included in this crate!](https://rust-lang.github.io/rust-clippy/master/index.html)
[There are 347 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:

View file

@ -6,7 +6,7 @@ pub use lint::Lint;
pub use lint::LINT_LEVELS;
// begin lint list, do not remove this comment, its used in `update_lints`
pub const ALL_LINTS: [Lint; 346] = [
pub const ALL_LINTS: [Lint; 347] = [
Lint {
name: "absurd_extreme_comparisons",
group: "correctness",