mirror of
https://github.com/nushell/nushell.git
synced 2025-02-04 12:40:33 +01:00
Replace allow(unused)
with relevant feature switch
This commit is contained in:
parent
8d306b92fa
commit
07c21a58fb
@ -1,5 +1,5 @@
|
|||||||
use nu_test_support::nu;
|
use nu_test_support::nu;
|
||||||
#[allow(unused)]
|
#[cfg(feature = "database")]
|
||||||
use nu_test_support::pipeline;
|
use nu_test_support::pipeline;
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
Loading…
Reference in New Issue
Block a user