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:
parent
f34505df54
commit
3e096491f3
1 changed files with 0 additions and 1 deletions
|
@ -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! {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue