Skip to content

Commit 25204f5

Browse files
committed
restriction category
1 parent f71c55a commit 25204f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/missing_asserts_for_indexing.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ declare_clippy_lint! {
6262
/// ```
6363
#[clippy::version = "1.70.0"]
6464
pub MISSING_ASSERTS_FOR_INDEXING,
65-
nursery,
65+
restriction,
6666
"indexing into a slice multiple times without an `assert`"
6767
}
6868
declare_lint_pass!(MissingAssertsForIndexing => [MISSING_ASSERTS_FOR_INDEXING]);

0 commit comments

Comments
 (0)