mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Remove clippy allow
was causing unused attribute `allow`
This commit is contained in:
@@ -55,7 +55,6 @@ use walkdir::WalkDir;
|
||||
use std::os::unix::fs::PermissionsExt;
|
||||
|
||||
#[cfg(target_os = "linux")]
|
||||
#[allow(clippy::missing_safety_doc)]
|
||||
ioctl!(write ficlone with 0x94, 9; std::os::raw::c_int);
|
||||
|
||||
quick_error! {
|
||||
|
||||
Reference in New Issue
Block a user