mirror of
https://github.com/nushell/nushell
synced 2025-01-13 05:38:57 +00:00
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:
parent
c59d9dc306
commit
7d3312e96e
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
use nu_test_support::nu;
|
||||
#[allow(unused_imports)]
|
||||
use nu_test_support::pipeline;
|
||||
|
||||
#[test]
|
||||
|
|
Loading…
Reference in a new issue