File tree 2 files changed +2
-1
lines changed
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.
899
899
[ `useless_let_if_seq` ] : https://rust-lang.github.io/rust-clippy/master/index.html#useless_let_if_seq
900
900
[ `useless_transmute` ] : https://rust-lang.github.io/rust-clippy/master/index.html#useless_transmute
901
901
[ `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
902
903
[ `verbose_bit_mask` ] : https://rust-lang.github.io/rust-clippy/master/index.html#verbose_bit_mask
903
904
[ `while_immutable_condition` ] : https://rust-lang.github.io/rust-clippy/master/index.html#while_immutable_condition
904
905
[ `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 7
7
8
8
A collection of lints to catch common mistakes and improve your [ Rust] ( https://github.com/rust-lang/rust ) code.
9
9
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 )
11
11
12
12
We have a bunch of lint categories to allow you to choose how much Clippy is supposed to ~~ annoy~~ help you:
13
13
You can’t perform that action at this time.
0 commit comments