diff --git a/crates/nu-command/tests/commands/path/mod.rs b/crates/nu-command/tests/commands/path/mod.rs index 84bb2d484b..d14cbde181 100644 --- a/crates/nu-command/tests/commands/path/mod.rs +++ b/crates/nu-command/tests/commands/path/mod.rs @@ -7,7 +7,7 @@ mod parse; mod split; mod type_; -use nu_test_support::{nu, pipeline}; +use nu_test_support::nu; use std::path::MAIN_SEPARATOR; /// Helper function that joins string literals with '/' or '\', based on host OS diff --git a/crates/nu-command/tests/commands/where_.rs b/crates/nu-command/tests/commands/where_.rs index 8478774104..15e4171d51 100644 --- a/crates/nu-command/tests/commands/where_.rs +++ b/crates/nu-command/tests/commands/where_.rs @@ -1,4 +1,5 @@ use nu_test_support::nu; +#[allow(unused_imports)] use nu_test_support::pipeline; #[test]