8573 / irc-bot.rs

A library for writing Internet Relay Chat (IRC) bots in the Rust programming language (@rust-lang).
Other
25 stars 12 forks source link

Iterator::flatten is pending stabilization #31

Closed Centril closed 6 years ago

Centril commented 6 years ago

The function Iterator::flatten is pending stabilization (see https://github.com/rust-lang/rust/pull/51511). The regression was fixed in dfebfd4e2f9694537c9990c1528873b2f704b30e but it hasn't been released yet so I am filing this issue to notify you.

Thanks :)

8573 commented 6 years ago

Thanks for notifying me. I've published a release, version 0.2.1, including the fix.