File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -651,6 +651,7 @@ All notable changes to this project will be documented in this file.
651
651
[ `decimal_literal_representation` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#decimal_literal_representation
652
652
[ `declare_interior_mutable_const` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#declare_interior_mutable_const
653
653
[ `default_trait_access` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#default_trait_access
654
+ [ `deprecated_cfg_attr` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#deprecated_cfg_attr
654
655
[ `deprecated_semver` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#deprecated_semver
655
656
[ `deref_addrof` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#deref_addrof
656
657
[ `derive_hash_xor_eq` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#derive_hash_xor_eq
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ We are currently in the process of discussing Clippy 1.0 via the RFC process in
9
9
10
10
A collection of lints to catch common mistakes and improve your [ Rust] ( https://github.com/rust-lang/rust ) code.
11
11
12
- [ There are 286 lints included in this crate!] ( https://rust-lang-nursery.github.io/rust-clippy/master/index.html )
12
+ [ There are 287 lints included in this crate!] ( https://rust-lang-nursery.github.io/rust-clippy/master/index.html )
13
13
14
14
We have a bunch of lint categories to allow you to choose how much Clippy is supposed to ~~ annoy~~ help you:
15
15
You can’t perform that action at this time.
0 commit comments