mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
mkdir: add documentation for the use of allow attribute
This commit is contained in:
@@ -179,6 +179,7 @@ fn chmod(_path: &Path, _mode: u32) -> UResult<()> {
|
||||
Ok(())
|
||||
}
|
||||
|
||||
// `is_parent` argument is not used on windows
|
||||
#[allow(unused_variables)]
|
||||
fn create_dir(path: &Path, recursive: bool, verbose: bool, is_parent: bool) -> UResult<()> {
|
||||
if path.exists() && !recursive {
|
||||
|
||||
Reference in New Issue
Block a user