Move index_refutable_slice
to pedantic
This commit is contained in:
parent
12074808c7
commit
6bbf16660b
@ -47,7 +47,7 @@ declare_clippy_lint! {
|
||||
/// ```
|
||||
#[clippy::version = "1.59.0"]
|
||||
pub INDEX_REFUTABLE_SLICE,
|
||||
nursery,
|
||||
pedantic,
|
||||
"avoid indexing on slices which could be destructed"
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user