Skip to content

Commit 6d444a2

Browse files
committed
switch SUSPICIOUS_OPERATION_GROUPINGS to a correctness lint
1 parent 6b7d97d commit 6d444a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/suspicious_operation_groupings.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ declare_clippy_lint! {
5858
/// }
5959
/// ```
6060
pub SUSPICIOUS_OPERATION_GROUPINGS,
61-
correctness,
61+
style,
6262
"groupings of binary operations that look suspiciously like typos"
6363
}
6464

0 commit comments

Comments
 (0)