Skip to content

Commit 8a7af69

Browse files
taiki-ecramertj
authored andcommitted
Expose some items in futures crate
1 parent 39e02cd commit 8a7af69

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
@@ -302,9 +302,9 @@ pub mod io {
302302

303303
pub use futures_util::io::{
304304
AsyncReadExt, AsyncWriteExt, AsyncSeekExt, AsyncBufReadExt, AllowStdIo,
305-
BufReader, BufWriter, Close, CopyInto, Flush, Lines, Read, ReadExact,
306-
ReadHalf, ReadLine, ReadToEnd, ReadUntil, ReadVectored, Seek, Window,
307-
Write, WriteAll, WriteHalf, WriteVectored,
305+
BufReader, BufWriter, Close, CopyInto, CopyBufInto, Flush, Lines, Read,
306+
ReadExact, ReadHalf, ReadLine, ReadToEnd, ReadUntil, ReadVectored, Seek,
307+
Window, Write, WriteAll, WriteHalf, WriteVectored,
308308
};
309309
}
310310

@@ -400,6 +400,7 @@ pub mod stream {
400400
iter, Iter,
401401
repeat, Repeat,
402402
empty, Empty,
403+
pending, Pending,
403404
once, Once,
404405
poll_fn, PollFn,
405406
select, Select,

0 commit comments

Comments
 (0)