mirror of
https://github.com/tokio-rs/tracing.git
synced 2025-09-28 13:31:52 +00:00

Most of these changes are places where lifetimes were named, but can be elided. Then a few cases where a lifetime was elided, but actually resolves to a named lifetime. So lots of lifetimes. This is the `v0.1.x` branch sister PR to #3164 (for the `master` branch), since `clippy --fix` on another branch is a much better way to apply these changes than backporting.