1
0
mirror of https://github.com/nushell/nushell.git synced 2025-07-08 18:37:07 +02:00

mute false import warning for nu-command test where_ ()

This commit is contained in:
Michael Angerman
2022-04-27 22:45:39 -07:00
committed by GitHub
parent 55e5106695
commit 4ec4649903

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