mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-05 02:55:31 +00:00
add #[allow(dead_code)]
This commit is contained in:
parent
b86916fafa
commit
26535e4b8d
@ -91,6 +91,7 @@ fn create_random_files(dir: impl Into<PathBuf>, 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<PathBuf>, rng: &mut SmallRng) {
|
||||
let dir: &PathBuf = &dir.into();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user