2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-01-19 20:13:51 +00:00

Slight miss-merge

This commit is contained in:
Felipe Sere 2019-11-14 21:37:51 +01:00
parent f14b37ff17
commit 786a52a09d

View file

@ -307,7 +307,6 @@ pub use once::{once, Once};
pub use repeat::{repeat, Repeat}; pub use repeat::{repeat, Repeat};
pub use repeat_with::{repeat_with, RepeatWith}; pub use repeat_with::{repeat_with, RepeatWith};
pub use stream::*; pub use stream::*;
pub use successor::{successor, Successor};
pub(crate) mod stream; pub(crate) mod stream;