Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve extra_unused_lifetimes clippy lint
warning: this lifetime isn't used in the impl --> src/aserror.rs:46:6 | 46 | impl<'a, T: Error + 'a> Sealed for T {} | ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes = note: `-W clippy::extra-unused-lifetimes` implied by `-W clippy::all` = help: to override `-W clippy::all` add `#[allow(clippy::extra_unused_lifetimes)]`
- Loading branch information