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 e24e93e commit fe280e3Copy full SHA for fe280e3
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