Skip to content

Commit

Permalink
Merge pull request async-rs#957 from Keruspe/write
Browse files Browse the repository at this point in the history
io: export write::*
  • Loading branch information
dignifiedquire authored Jun 9, 2021
2 parents 4049f13 + fe310f6 commit b24fe10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/io/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit b24fe10

Please sign in to comment.