You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: fix new Clippy lints in Rust 1.83.0 (tokio-rs#3165)
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 tokio-rs#3164 (for the `master`
branch), since `clippy --fix` on another branch is a much better way to
apply these changes than backporting.
0 commit comments