Skip to content

Commit 5b95e90

Browse files
committed
move mixed_attributes_style to the style category
1 parent 805ef35 commit 5b95e90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/attrs/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ declare_clippy_lint! {
496496
/// ```
497497
#[clippy::version = "1.78.0"]
498498
pub MIXED_ATTRIBUTES_STYLE,
499-
suspicious,
499+
style,
500500
"item has both inner and outer attributes"
501501
}
502502

0 commit comments

Comments
 (0)