hyperium / h2

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

Remove PollExt trait #625

Closed kckeiks closed 2 years ago

kckeiks commented 2 years ago

Hello, Rust #63512 was stabilized so this PR removes the PollExt trait.

seanmonstar commented 2 years ago

Thanks for the PR! It looks like the MSRV job is failing (I've fixed that on master), care to rebase? When did the methods stabilize? We try to keep the MSRV at least 6 months old, and prefer to only upgrade when there's a decent improvement.

kckeiks commented 2 years ago

@seanmonstar They were stabilized on January of 2021 (https://github.com/rust-lang/rust/pull/80968).