Merge pull request #3687 from cakebaker/clippy_extra_unused_lifetimes

cp: disable "extra_unused_lifetimes" lint
This commit is contained in:
Sylvestre Ledru 2022-07-01 15:53:51 +02:00 committed by GitHub
commit 6df09562f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,5 @@
#![allow(clippy::missing_safety_doc)]
#![allow(clippy::extra_unused_lifetimes)]
// This file is part of the uutils coreutils package.
//