From 12dd1e4d7d319ff4d73442960c2fcfdf2a569c45 Mon Sep 17 00:00:00 2001 From: kralo Date: Sat, 27 Jan 2024 18:28:26 +0100 Subject: [PATCH] cp: remove lint exceptions Could not even reproduce what they would complain for. Closes: #5885 --- src/uu/cp/src/cp.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/uu/cp/src/cp.rs b/src/uu/cp/src/cp.rs index 28e9b678471..91aa28c939a 100644 --- a/src/uu/cp/src/cp.rs +++ b/src/uu/cp/src/cp.rs @@ -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;