Remove extra import
This commit is contained in:
parent
eb9bd54e59
commit
6d3a711115
|
@ -1,9 +1,5 @@
|
|||
#![allow(clippy::single_component_path_imports)]
|
||||
|
||||
// rstest_reuse must be imported at the top of the crate.
|
||||
#[cfg(all(test, feature = "nix-dev"))]
|
||||
use rstest_reuse;
|
||||
|
||||
mod cmd;
|
||||
mod config;
|
||||
mod db;
|
||||
|
|
Loading…
Reference in New Issue