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 @@ -747,6 +747,7 @@ The minimum rust version that the project supports. Defaults to the `rust-versio
747
747
* [ ` manual_is_ascii_check ` ] ( https://rust-lang.github.io/rust-clippy/master/index.html#manual_is_ascii_check )
748
748
* [ ` manual_let_else ` ] ( https://rust-lang.github.io/rust-clippy/master/index.html#manual_let_else )
749
749
* [ ` manual_non_exhaustive ` ] ( https://rust-lang.github.io/rust-clippy/master/index.html#manual_non_exhaustive )
750
+ * [ ` manual_option_as_slice ` ] ( https://rust-lang.github.io/rust-clippy/master/index.html#manual_option_as_slice )
750
751
* [ ` manual_pattern_char_comparison ` ] ( https://rust-lang.github.io/rust-clippy/master/index.html#manual_pattern_char_comparison )
751
752
* [ ` manual_range_contains ` ] ( https://rust-lang.github.io/rust-clippy/master/index.html#manual_range_contains )
752
753
* [ ` manual_rem_euclid ` ] ( https://rust-lang.github.io/rust-clippy/master/index.html#manual_rem_euclid )
Original file line number Diff line number Diff line change @@ -616,6 +616,7 @@ define_Conf! {
616
616
manual_is_ascii_check,
617
617
manual_let_else,
618
618
manual_non_exhaustive,
619
+ manual_option_as_slice,
619
620
manual_pattern_char_comparison,
620
621
manual_range_contains,
621
622
manual_rem_euclid,
You can’t perform that action at this time.
0 commit comments