Skip to content

Commit 9f7c183

Browse files
committed
fix module
1 parent 32765ec commit 9f7c183

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/stream/stream/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ mod cloned;
2828
mod cmp;
2929
mod copied;
3030
mod cycle;
31-
mod delay;
3231
mod enumerate;
3332
mod eq;
3433
mod filter;
@@ -99,7 +98,6 @@ use try_for_each::TryForEachFuture;
9998
pub use chain::Chain;
10099
pub use cloned::Cloned;
101100
pub use copied::Copied;
102-
pub use delay::Delay;
103101
pub use filter::Filter;
104102
pub use fuse::Fuse;
105103
pub use inspect::Inspect;
@@ -132,6 +130,7 @@ cfg_unstable! {
132130
pub use flat_map::FlatMap;
133131
pub use timeout::{TimeoutError, Timeout};
134132
pub use throttle::Throttle;
133+
pub use delay::Delay;
135134

136135
mod count;
137136
mod merge;
@@ -140,6 +139,7 @@ cfg_unstable! {
140139
mod partition;
141140
mod timeout;
142141
mod throttle;
142+
mod delay;
143143
mod unzip;
144144
}
145145

0 commit comments

Comments
 (0)