forked from extern/nushell
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:
@ -1,4 +1,5 @@
|
||||
use nu_test_support::nu;
|
||||
#[allow(unused_imports)]
|
||||
use nu_test_support::pipeline;
|
||||
|
||||
#[test]
|
||||
|
Reference in New Issue
Block a user