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

View File

@ -1,5 +1,5 @@
use nu_test_support::nu;
#[allow(unused)]
#[cfg(feature = "database")]
use nu_test_support::pipeline;
#[test]