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 @@ -28,7 +28,6 @@ mod cloned;
28
28
mod cmp;
29
29
mod copied;
30
30
mod cycle;
31
- mod delay;
32
31
mod enumerate;
33
32
mod eq;
34
33
mod filter;
@@ -99,7 +98,6 @@ use try_for_each::TryForEachFuture;
99
98
pub use chain:: Chain ;
100
99
pub use cloned:: Cloned ;
101
100
pub use copied:: Copied ;
102
- pub use delay:: Delay ;
103
101
pub use filter:: Filter ;
104
102
pub use fuse:: Fuse ;
105
103
pub use inspect:: Inspect ;
@@ -132,6 +130,7 @@ cfg_unstable! {
132
130
pub use flat_map:: FlatMap ;
133
131
pub use timeout:: { TimeoutError , Timeout } ;
134
132
pub use throttle:: Throttle ;
133
+ pub use delay:: Delay ;
135
134
136
135
mod count;
137
136
mod merge;
@@ -140,6 +139,7 @@ cfg_unstable! {
140
139
mod partition;
141
140
mod timeout;
142
141
mod throttle;
142
+ mod delay;
143
143
mod unzip;
144
144
}
145
145
You can’t perform that action at this time.
0 commit comments