Skip to content

Commit fb75154

Browse files
tomakacramertj
authored andcommitted
Fix IntoSink not reexported
1 parent 9a056ea commit fb75154

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

futures/src/lib.rs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -298,9 +298,10 @@ pub mod io {
298298

299299
pub use futures_util::io::{
300300
AsyncReadExt, AsyncWriteExt, AsyncSeekExt, AsyncBufReadExt, AllowStdIo,
301-
BufReader, BufWriter, Close, CopyInto, CopyBufInto, Flush, Lines, Read,
302-
ReadExact, ReadHalf, ReadLine, ReadToEnd, ReadToString, ReadUntil,
303-
ReadVectored, Seek, Window, Write, WriteAll, WriteHalf, WriteVectored,
301+
BufReader, BufWriter, Close, CopyInto, CopyBufInto, Flush, IntoSink,
302+
Lines, Read, ReadExact, ReadHalf, ReadLine, ReadToEnd, ReadToString,
303+
ReadUntil, ReadVectored, Seek, Window, Write, WriteAll, WriteHalf,
304+
WriteVectored,
304305
};
305306
}
306307

0 commit comments

Comments
 (0)