Skip to content

Commit

Permalink
change SUSPICIOUS_OPERATION_GROUPINGS to a style lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan1729 committed Nov 7, 2020
1 parent 7d69877 commit e6342d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/suspicious_operation_groupings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ declare_clippy_lint! {
/// }
/// ```
pub SUSPICIOUS_OPERATION_GROUPINGS,
correctness,
style,
"groupings of binary operations that look suspiciously like typos"
}

Expand Down

0 comments on commit e6342d0

Please sign in to comment.