io: export write::*

We weren't exporting WriteExt.
We already do that with read::*

Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
pull/957/head
Marc-Antoine Perennou 3 years ago
parent d395607761
commit fe310f6b1c

@ -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…
Cancel
Save