We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f71c55a commit 25204f5Copy full SHA for 25204f5
clippy_lints/src/missing_asserts_for_indexing.rs
@@ -62,7 +62,7 @@ declare_clippy_lint! {
62
/// ```
63
#[clippy::version = "1.70.0"]
64
pub MISSING_ASSERTS_FOR_INDEXING,
65
- nursery,
+ restriction,
66
"indexing into a slice multiple times without an `assert`"
67
}
68
declare_lint_pass!(MissingAssertsForIndexing => [MISSING_ASSERTS_FOR_INDEXING]);
0 commit comments