twilight-rs / twilight

Powerful, flexible, and scalable ecosystem of Rust libraries for the Discord API.
https://discord.gg/twilight-rs
ISC License
673 stars 132 forks source link

refactor(gateway): replace `StreamExt::next` with `Stream::poll_next` #2251

Closed vilgotf closed 1 year ago

Gelbpunkt commented 1 year ago

The re-export of Stream in the crate root was only recently added to futures-util, for the sake of minvers you'll have to use it from the stream module