File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -305,6 +305,7 @@ pub use from_fn::{from_fn, FromFn};
305
305
pub use from_iter:: { from_iter, FromIter } ;
306
306
pub use interval:: { interval, Interval } ;
307
307
pub use once:: { once, Once } ;
308
+ pub use pending:: { pending, Pending } ;
308
309
pub use repeat:: { repeat, Repeat } ;
309
310
pub use repeat_with:: { repeat_with, RepeatWith } ;
310
311
pub use stream:: * ;
@@ -316,6 +317,7 @@ mod from_fn;
316
317
mod from_iter;
317
318
mod interval;
318
319
mod once;
320
+ mod pending;
319
321
mod repeat;
320
322
mod repeat_with;
321
323
@@ -326,7 +328,6 @@ cfg_unstable! {
326
328
mod from_stream;
327
329
mod fused_stream;
328
330
mod into_stream;
329
- mod pending;
330
331
mod product;
331
332
mod successors;
332
333
mod sum;
@@ -337,7 +338,6 @@ cfg_unstable! {
337
338
pub use from_stream:: FromStream ;
338
339
pub use fused_stream:: FusedStream ;
339
340
pub use into_stream:: IntoStream ;
340
- pub use pending:: { pending, Pending } ;
341
341
pub use product:: Product ;
342
342
pub use successors:: { successors, Successors } ;
343
343
pub use sum:: Sum ;
You can’t perform that action at this time.
0 commit comments