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