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 @@ -899,6 +899,7 @@ All notable changes to this project will be documented in this file.
899899[ `useless_let_if_seq` ] : https://rust-lang.github.io/rust-clippy/master/index.html#useless_let_if_seq
900900[ `useless_transmute` ] : https://rust-lang.github.io/rust-clippy/master/index.html#useless_transmute
901901[ `useless_vec` ] : https://rust-lang.github.io/rust-clippy/master/index.html#useless_vec
902+ [ `vec_box_sized` ] : https://rust-lang.github.io/rust-clippy/master/index.html#vec_box_sized
902903[ `verbose_bit_mask` ] : https://rust-lang.github.io/rust-clippy/master/index.html#verbose_bit_mask
903904[ `while_immutable_condition` ] : https://rust-lang.github.io/rust-clippy/master/index.html#while_immutable_condition
904905[ `while_let_loop` ] : https://rust-lang.github.io/rust-clippy/master/index.html#while_let_loop
Original file line number Diff line number Diff line change 77
88A collection of lints to catch common mistakes and improve your [ Rust] ( https://github.com/rust-lang/rust ) code.
99
10- [ There are 290 lints included in this crate!] ( https://rust-lang.github.io/rust-clippy/master/index.html )
10+ [ There are 291 lints included in this crate!] ( https://rust-lang.github.io/rust-clippy/master/index.html )
1111
1212We have a bunch of lint categories to allow you to choose how much Clippy is supposed to ~~ annoy~~ help you:
1313
You can’t perform that action at this time.
0 commit comments