quinn-rs / quinn

Async-friendly QUIC implementation in Rust
Apache License 2.0
3.88k stars 395 forks source link

chore: Fix `cargo clippy` issues #2051

Closed larseggert closed 1 week ago

djc commented 1 week ago

Are you sticking to nightly clippy for some reason? If so might make sense to have a CI job for that?

larseggert commented 1 week ago

Are you sticking to nightly clippy for some reason? If so might make sense to have a CI job for that?

I just run the Nightly toolchain by default. CI would work but clippy --fix isn't super stable and so this usually requires manual interaction.