diff --git a/tests/integration.rs b/tests/integration.rs index 7fef1f7..bb0d1ff 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -91,6 +91,7 @@ fn create_random_files(dir: impl Into, depth: u8, rng: &mut SmallRng) { } /// Create n random files on directory dir +#[cfg_attr(feature = "allow_piped_choice", allow(unused))] fn create_n_random_files(n: usize, dir: impl Into, rng: &mut SmallRng) { let dir: &PathBuf = &dir.into();