mirror of
https://github.com/async-rs/async-std.git
synced 2025-01-16 10:49:55 +00:00
cargo fmt
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
This commit is contained in:
parent
23ca060e4c
commit
40fb485cca
1 changed files with 2 additions and 2 deletions
|
@ -21,14 +21,14 @@
|
|||
//! # }) }
|
||||
//! ```
|
||||
|
||||
pub use double_ended_stream::DoubleEndedStream;
|
||||
pub use empty::{empty, Empty};
|
||||
pub use once::{once, Once};
|
||||
pub use repeat::{repeat, Repeat};
|
||||
pub use stream::{Stream, Take};
|
||||
pub use double_ended_stream::DoubleEndedStream;
|
||||
|
||||
mod double_ended_stream;
|
||||
mod empty;
|
||||
mod once;
|
||||
mod repeat;
|
||||
mod stream;
|
||||
mod double_ended_stream;
|
||||
|
|
Loading…
Reference in a new issue