diff --git a/src/main.rs b/src/main.rs index 18ac3a6..1ff26f3 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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;