Skip to content

Commit

Permalink
Remove extra import
Browse files Browse the repository at this point in the history
  • Loading branch information
ajeetdsouza committed Sep 20, 2024
1 parent eb9bd54 commit 6d3a711
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 6d3a711

Please sign in to comment.