Skip to content

Commit

Permalink
Sort lint_suppress_with_body
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Dec 9, 2021
1 parent 5629db9 commit 572f7e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/expand.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,10 @@ fn lint_suppress_with_body() -> Attribute {
#[allow(
clippy::let_unit_value,
clippy::no_effect_underscore_binding,
clippy::shadow_same,
clippy::type_complexity,
clippy::type_repetition_in_bounds,
clippy::used_underscore_binding,
clippy::shadow_same
clippy::used_underscore_binding
)]
}
}
Expand Down

0 comments on commit 572f7e9

Please sign in to comment.