mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-31 13:07:46 +00:00
fix linter
This commit is contained in:
parent
edb5b65b01
commit
c59b0f11fd
1 changed files with 1 additions and 0 deletions
|
@ -1875,6 +1875,7 @@ fn copy_file(
|
|||
Ok(())
|
||||
}
|
||||
|
||||
#[cfg(unix)]
|
||||
fn handling_no_preserve_mode(options: &Options, org_mode: u32) -> u32 {
|
||||
let (is_preserve_mode, is_explicit_no_preserve_mode) = options.preserve_mode();
|
||||
if !is_preserve_mode {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue