Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
  • Loading branch information
ggwpez committed Feb 10, 2024
1 parent e1b620e commit ac140e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cmd/debug.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

use super::GlobalArgs;
use crate::cmd::lint::build_feature_dag;
#[cfg(feature = "debugging")]
use crate::{cmd::lint::CrateAndFeature, prelude::Dag};

use cargo_metadata::Metadata;
use std::time::{Duration, Instant};
Expand Down

0 comments on commit ac140e3

Please sign in to comment.