Merge pull request #5891 from kralo/fix-5885

cp: remove lint exceptions
This commit is contained in:
Sylvestre Ledru 2024-01-28 08:21:07 +01:00 committed by GitHub
commit 1b88c3edee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,8 +3,6 @@
// For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code.
// spell-checker:ignore (ToDO) copydir ficlone fiemap ftruncate linkgs lstat nlink nlinks pathbuf pwrite reflink strs xattrs symlinked deduplicated advcpmv nushell IRWXG IRWXO IRWXU IRWXUGO IRWXU IRWXG IRWXO IRWXUGO
#![allow(clippy::missing_safety_doc)]
#![allow(clippy::extra_unused_lifetimes)]
use quick_error::quick_error;
use std::cmp::Ordering;