add manual_option_as_slice to the lint documentation
This commit is contained in:
parent
4a94ad6c52
commit
16781bf29d
2 changed files with 2 additions and 0 deletions
|
|
@ -747,6 +747,7 @@ The minimum rust version that the project supports. Defaults to the `rust-versio
|
|||
* [`manual_is_ascii_check`](https://rust-lang.github.io/rust-clippy/master/index.html#manual_is_ascii_check)
|
||||
* [`manual_let_else`](https://rust-lang.github.io/rust-clippy/master/index.html#manual_let_else)
|
||||
* [`manual_non_exhaustive`](https://rust-lang.github.io/rust-clippy/master/index.html#manual_non_exhaustive)
|
||||
* [`manual_option_as_slice`](https://rust-lang.github.io/rust-clippy/master/index.html#manual_option_as_slice)
|
||||
* [`manual_pattern_char_comparison`](https://rust-lang.github.io/rust-clippy/master/index.html#manual_pattern_char_comparison)
|
||||
* [`manual_range_contains`](https://rust-lang.github.io/rust-clippy/master/index.html#manual_range_contains)
|
||||
* [`manual_rem_euclid`](https://rust-lang.github.io/rust-clippy/master/index.html#manual_rem_euclid)
|
||||
|
|
|
|||
|
|
@ -616,6 +616,7 @@ define_Conf! {
|
|||
manual_is_ascii_check,
|
||||
manual_let_else,
|
||||
manual_non_exhaustive,
|
||||
manual_option_as_slice,
|
||||
manual_pattern_char_comparison,
|
||||
manual_range_contains,
|
||||
manual_rem_euclid,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue