hyperium / h2

HTTP 2.0 client & server implementation for Rust.
MIT License
1.34k stars 265 forks source link

set rust `edition` to `2021` #751

Closed smndtrl closed 4 months ago

smndtrl commented 4 months ago

msrv is already newer than 2021. However 2021 also enables the v2 resolver

seanmonstar commented 4 months ago

Thanks for the PR! Seems a couple imports have become redundant, want to fix them up?

smndtrl commented 4 months ago

For reference https://github.com/rust-lang/rust/issues/121315