Move lint to restriction category

Co-authored-by: Weihang Lo <me@weihanglo.tw>
This commit is contained in:
unexge 2023-02-18 19:14:50 +00:00
parent 4eb6ccc973
commit 6fac73b987

View File

@ -33,7 +33,7 @@ declare_clippy_lint! {
/// ```
#[clippy::version = "1.69.0"]
pub MISSING_ASSERT_MESSAGE,
pedantic,
restriction,
"checks assertions without a custom panic message"
}