2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-02-06 04:35:32 +00:00

Merge pull request #957 from Keruspe/write

io: export write::*
This commit is contained in:
Friedel Ziegelmayer 2021-06-09 20:53:14 +02:00 committed by GitHub
commit b24fe10b11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -285,7 +285,7 @@ cfg_std! {
pub use repeat::{repeat, Repeat};
pub use seek::Seek;
pub use sink::{sink, Sink};
pub use write::Write;
pub use write::*;
pub mod prelude;