mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-17 14:38:46 +00:00
Move index_refutable_slice
to pedantic
This commit is contained in:
parent
12074808c7
commit
6bbf16660b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue