1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-31 13:07:46 +00:00

fix linter

This commit is contained in:
tommady 2023-10-11 08:57:04 +00:00
parent edb5b65b01
commit c59b0f11fd
No known key found for this signature in database
GPG key ID: 175B664929DF2F2F

View file

@ -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 {