Skip to content

Commit 6bbf166

Browse files
committed
Move index_refutable_slice to pedantic
1 parent 1207480 commit 6bbf166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/index_refutable_slice.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ declare_clippy_lint! {
4747
/// ```
4848
#[clippy::version = "1.59.0"]
4949
pub INDEX_REFUTABLE_SLICE,
50-
nursery,
50+
pedantic,
5151
"avoid indexing on slices which could be destructed"
5252
}
5353

0 commit comments

Comments
 (0)