mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-31 13:07:46 +00:00
mkdir: add documentation for the use of allow attribute
This commit is contained in:
parent
f592dff46a
commit
9e8575dadd
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue