mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Merge pull request #3687 from cakebaker/clippy_extra_unused_lifetimes
cp: disable "extra_unused_lifetimes" lint
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#![allow(clippy::missing_safety_doc)]
|
||||
#![allow(clippy::extra_unused_lifetimes)]
|
||||
|
||||
// This file is part of the uutils coreutils package.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user