Remove extra import

This commit is contained in:
Ajeet D'Souza 2024-09-20 23:05:53 +08:00
parent eb9bd54e59
commit 6d3a711115

View File

@ -1,9 +1,5 @@
#![allow(clippy::single_component_path_imports)] #![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 cmd;
mod config; mod config;
mod db; mod db;