Skip to content

Commit

Permalink
Allow clippy::items_after_statements
Browse files Browse the repository at this point in the history
  • Loading branch information
purplesyringa committed Aug 11, 2024
1 parent a95d6df commit 1f0dcf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@
clippy::wildcard_imports,
// things are often more readable this way
clippy::cast_lossless,
clippy::items_after_statements,
clippy::module_name_repetitions,
clippy::redundant_else,
clippy::shadow_unrelated,
Expand Down

0 comments on commit 1f0dcf7

Please sign in to comment.