mirror of
https://github.com/nushell/nushell.git
synced 2025-01-11 00:38:23 +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;
|
||||
#[allow(unused)]
|
||||
#[cfg(feature = "database")]
|
||||
use nu_test_support::pipeline;
|
||||
|
||||
#[test]
|
||||
|
Loading…
Reference in New Issue
Block a user