Skip to content

Commit

Permalink
Allow clippy::items-after-test-module
Browse files Browse the repository at this point in the history
This is used by the parameterized macro.
  • Loading branch information
foresterre committed Sep 25, 2023
1 parent 180600a commit f52b443
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/cli.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(clippy::items_after_test_module)]

use assert_cmd::Command;
use common::input;
use parameterized::{ide, parameterized};
Expand Down

0 comments on commit f52b443

Please sign in to comment.