mirror of
https://github.com/async-rs/async-std.git
synced 2025-04-01 05:56:41 +00:00
io: export write::*
We weren't exporting WriteExt. We already do that with read::* Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
This commit is contained in:
parent
d395607761
commit
fe310f6b1c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue