File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -764,6 +764,7 @@ The minimum rust version that the project supports. Defaults to the `rust-versio
764
764
* [ ` manual_bits ` ] ( https://rust-lang.github.io/rust-clippy/master/index.html#manual_bits )
765
765
* [ ` manual_c_str_literals ` ] ( https://rust-lang.github.io/rust-clippy/master/index.html#manual_c_str_literals )
766
766
* [ ` manual_clamp ` ] ( https://rust-lang.github.io/rust-clippy/master/index.html#manual_clamp )
767
+ * [ ` manual_div_ceil ` ] ( https://rust-lang.github.io/rust-clippy/master/index.html#manual_div_ceil )
767
768
* [ ` manual_flatten ` ] ( https://rust-lang.github.io/rust-clippy/master/index.html#manual_flatten )
768
769
* [ ` manual_hash_one ` ] ( https://rust-lang.github.io/rust-clippy/master/index.html#manual_hash_one )
769
770
* [ ` manual_is_ascii_check ` ] ( https://rust-lang.github.io/rust-clippy/master/index.html#manual_is_ascii_check )
Original file line number Diff line number Diff line change @@ -619,6 +619,7 @@ define_Conf! {
619
619
manual_bits,
620
620
manual_c_str_literals,
621
621
manual_clamp,
622
+ manual_div_ceil,
622
623
manual_flatten,
623
624
manual_hash_one,
624
625
manual_is_ascii_check,
You can’t perform that action at this time.
0 commit comments