1
0
mirror of https://github.com/nushell/nushell.git synced 2025-07-05 00:50:11 +02:00

Replace allow(unused) with relevant feature switch

This commit is contained in:
sholderbach
2022-10-23 15:48:24 +02:00
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]