remove warnings in nu_command tests (#10145)

several warnings were appearing in nu_command tests when running just
the tests
in nu_command so I went ahead and removed the warnings...
This commit is contained in:
Michael Angerman 2023-08-29 13:18:52 -07:00 committed by GitHub
parent c59d9dc306
commit 7d3312e96e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -1,4 +1,5 @@
use nu_test_support::nu;
#[allow(unused_imports)]
use nu_test_support::pipeline;
#[test]