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.
restriction
1 parent 5b93b75 commit d430377Copy full SHA for d430377
clippy_lints/src/missing_assert_message.rs
@@ -33,7 +33,7 @@ declare_clippy_lint! {
33
/// ```
34
#[clippy::version = "1.69.0"]
35
pub MISSING_ASSERT_MESSAGE,
36
- pedantic,
+ restriction,
37
"checks assertions without a custom panic message"
38
}
39
0 commit comments