mirror of
https://github.com/uutils/coreutils
synced 2024-12-14 15:22:38 +00:00
Merge pull request #3687 from cakebaker/clippy_extra_unused_lifetimes
cp: disable "extra_unused_lifetimes" lint
This commit is contained in:
commit
6df09562f6
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
#![allow(clippy::missing_safety_doc)]
|
||||
#![allow(clippy::extra_unused_lifetimes)]
|
||||
|
||||
// This file is part of the uutils coreutils package.
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue