File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 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
747747* [ ` manual_is_ascii_check ` ] ( https://rust-lang.github.io/rust-clippy/master/index.html#manual_is_ascii_check )
748748* [ ` manual_let_else ` ] ( https://rust-lang.github.io/rust-clippy/master/index.html#manual_let_else )
749749* [ ` 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 )
750751* [ ` manual_pattern_char_comparison ` ] ( https://rust-lang.github.io/rust-clippy/master/index.html#manual_pattern_char_comparison )
751752* [ ` manual_range_contains ` ] ( https://rust-lang.github.io/rust-clippy/master/index.html#manual_range_contains )
752753* [ ` 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! {
616616 manual_is_ascii_check,
617617 manual_let_else,
618618 manual_non_exhaustive,
619+ manual_option_as_slice,
619620 manual_pattern_char_comparison,
620621 manual_range_contains,
621622 manual_rem_euclid,
You can’t perform that action at this time.
0 commit comments