Skip to content

Commit d430377

Browse files
unexgeweihanglo
andcommitted
Move lint to restriction category
Co-authored-by: Weihang Lo <me@weihanglo.tw>
1 parent 5b93b75 commit d430377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/missing_assert_message.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ declare_clippy_lint! {
3333
/// ```
3434
#[clippy::version = "1.69.0"]
3535
pub MISSING_ASSERT_MESSAGE,
36-
pedantic,
36+
restriction,
3737
"checks assertions without a custom panic message"
3838
}
3939

0 commit comments

Comments
 (0)