Skip to content

Commit

Permalink
Merge pull request #853 from foresterre/clippy-allow-items_after_test…
Browse files Browse the repository at this point in the history
…_module

Allow lint clippy::items_after_test_module
  • Loading branch information
foresterre authored Dec 29, 2023
2 parents c8b2141 + 64902d7 commit 61c82b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
#![allow(
clippy::upper_case_acronyms,
clippy::unnecessary_wraps,
clippy::uninlined_format_args
clippy::uninlined_format_args,
clippy::items_after_test_module
)]

extern crate core;
Expand Down

0 comments on commit 61c82b5

Please sign in to comment.