Skip to content

Commit d48ed85

Browse files
Markus Westerlindcramertj
Markus Westerlind
authored andcommitted
Include the stream::pending module
1 parent 26a4470 commit d48ed85

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

futures-util/src/stream/mod.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ pub use self::once::{once, Once};
7676
mod peek;
7777
pub use self::peek::Peekable;
7878

79+
mod pending;
80+
pub use self::pending::{pending, Pending};
81+
7982
mod poll_fn;
8083
pub use self::poll_fn::{poll_fn, PollFn};
8184

0 commit comments

Comments
 (0)