1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 03:57:44 +00:00

Remove clippy allow

was causing
unused attribute `allow`
This commit is contained in:
Sylvestre Ledru 2021-07-30 15:22:20 +02:00
parent f34505df54
commit 3e096491f3

View file

@ -55,7 +55,6 @@ use walkdir::WalkDir;
use std::os::unix::fs::PermissionsExt; use std::os::unix::fs::PermissionsExt;
#[cfg(target_os = "linux")] #[cfg(target_os = "linux")]
#[allow(clippy::missing_safety_doc)]
ioctl!(write ficlone with 0x94, 9; std::os::raw::c_int); ioctl!(write ficlone with 0x94, 9; std::os::raw::c_int);
quick_error! { quick_error! {