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 @@ -628,6 +628,7 @@ All notable changes to this project will be documented in this file.
628628[ `box_vec` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#box_vec
629629[ `boxed_local` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#boxed_local
630630[ `builtin_type_shadow` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#builtin_type_shadow
631+ [ `cargo_common_metadata` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#cargo_common_metadata
631632[ `cast_lossless` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#cast_lossless
632633[ `cast_possible_truncation` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#cast_possible_truncation
633634[ `cast_possible_wrap` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#cast_possible_wrap
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
99
1010A collection of lints to catch common mistakes and improve your [ Rust] ( https://github.com/rust-lang/rust ) code.
1111
12- [ There are 287 lints included in this crate!] ( https://rust-lang-nursery.github.io/rust-clippy/master/index.html )
12+ [ There are 288 lints included in this crate!] ( https://rust-lang-nursery.github.io/rust-clippy/master/index.html )
1313
1414We have a bunch of lint categories to allow you to choose how much Clippy is supposed to ~~ annoy~~ help you:
1515
You can’t perform that action at this time.
0 commit comments