Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fix new clippy lints from 1.67.0 (tokio-rs#2451)
There are new warnings as errors reported by clippy in Rust 1.67.0. This are causing builds to fail, e.g.: https://github.com/tokio-rs/tracing/actions/runs/4027112923/jobs/6922513360 In both cases they are reports of lifetimes that can be elided. This change removes the unnecessary lifetime annotations to make clippy happy.
- Loading branch information