This repository was archived by the owner on May 28, 2025. It is now read-only.
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 @@ -750,6 +750,7 @@ The minimum rust version that the project supports. Defaults to the `rust-versio
750
750
* [ ` manual_pattern_char_comparison ` ] ( https://rust-lang.github.io/rust-clippy/master/index.html#manual_pattern_char_comparison )
751
751
* [ ` manual_range_contains ` ] ( https://rust-lang.github.io/rust-clippy/master/index.html#manual_range_contains )
752
752
* [ ` manual_rem_euclid ` ] ( https://rust-lang.github.io/rust-clippy/master/index.html#manual_rem_euclid )
753
+ * [ ` manual_repeat_n ` ] ( https://rust-lang.github.io/rust-clippy/master/index.html#manual_repeat_n )
753
754
* [ ` manual_retain ` ] ( https://rust-lang.github.io/rust-clippy/master/index.html#manual_retain )
754
755
* [ ` manual_split_once ` ] ( https://rust-lang.github.io/rust-clippy/master/index.html#manual_split_once )
755
756
* [ ` manual_str_repeat ` ] ( https://rust-lang.github.io/rust-clippy/master/index.html#manual_str_repeat )
Original file line number Diff line number Diff line change @@ -619,6 +619,7 @@ define_Conf! {
619
619
manual_pattern_char_comparison,
620
620
manual_range_contains,
621
621
manual_rem_euclid,
622
+ manual_repeat_n,
622
623
manual_retain,
623
624
manual_split_once,
624
625
manual_str_repeat,
You can’t perform that action at this time.
0 commit comments