Skip to content

Conversation

cakebaker
Copy link
Contributor

With the new Rust version there is now a clippy warning:

warning: this lifetime isn't used in the impl
   --> src/uu/cp/src/cp.rs:61:1
    |
61  | / quick_error! {
62  | |     #[derive(Debug)]
63  | |     pub enum Error {
64  | |         /// Simple io::Error wrapper
...   |
105 | |     }
106 | | }
    | |_^

This PR simply disables the corresponding lint as I don't know how to fix it otherwise.

@sylvestre sylvestre merged commit 6df0956 into uutils:main Jul 1, 2022
@cakebaker cakebaker deleted the clippy_extra_unused_lifetimes branch July 1, 2022 14:00
@tertsdiepraam
Copy link
Member

I opened a PR on quick_error to fix this issue. Hopefully they merge it and then we can remove this again. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants