move mixed_attributes_style to the style category

This commit is contained in:
y21 2024-03-27 13:06:32 +01:00
parent 805ef35ca1
commit 5b95e9099c

View File

@ -496,7 +496,7 @@ declare_clippy_lint! {
/// ```
#[clippy::version = "1.78.0"]
pub MIXED_ATTRIBUTES_STYLE,
suspicious,
style,
"item has both inner and outer attributes"
}