We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
index_refutable_slice
pedantic
1 parent 1207480 commit 6bbf166Copy full SHA for 6bbf166
clippy_lints/src/index_refutable_slice.rs
@@ -47,7 +47,7 @@ declare_clippy_lint! {
47
/// ```
48
#[clippy::version = "1.59.0"]
49
pub INDEX_REFUTABLE_SLICE,
50
- nursery,
+ pedantic,
51
"avoid indexing on slices which could be destructed"
52
}
53
0 commit comments