Skip to content

Commit 7340d3d

Browse files
authored
Fix: TakeUntil not re-exported from utils (#2235)
1 parent 66949b8 commit 7340d3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

futures/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -458,8 +458,8 @@ pub mod stream {
458458
StreamExt,
459459
Chain, Collect, Concat, Enumerate, Filter, FilterMap, FlatMap, Flatten,
460460
Fold, Forward, ForEach, Fuse, StreamFuture, Inspect, Map, Next,
461-
SelectNextSome, Peek, Peekable, Scan, Skip, SkipWhile, Take, TakeWhile,
462-
Then, Zip,
461+
SelectNextSome, Peek, Peekable, Scan, Skip, SkipWhile, Take, TakeUntil,
462+
TakeWhile, Then, Zip,
463463

464464
TryStreamExt,
465465
AndThen, ErrInto, MapOk, MapErr, OrElse,

0 commit comments

Comments
 (0)