File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -32,28 +32,26 @@ Future
32
32
33
33
Stream
34
34
35
- - [ ] stream::chain
36
- - [ ] stream::chunks
35
+ - [x] stream::chain
37
36
- [x] stream::collect
38
37
- [x] stream::concat
39
38
- [x] stream::filter
40
39
- [x] stream::filter_map
41
40
- [x] stream::flatten
42
- - [ ] stream::fold
41
+ - [x ] stream::fold
43
42
- [x] stream::for_each
44
- - [ ] stream::for_each_concurrent
45
43
- [x] stream::into_future
46
44
- [x] stream::iter
47
45
- [x] stream::map
48
46
- [x] stream::next
49
47
- [x] stream::repeat
50
- - [ ] stream::skip
51
- - [ ] stream::skip_while
48
+ - [x ] stream::skip
49
+ - [x ] stream::skip_while
52
50
- [x] stream::take
53
- - [ ] stream::take_while
54
- - [ ] stream::then
51
+ - [x ] stream::take_while
52
+ - [x ] stream::then
55
53
- [ ] stream::unfold
56
- - [ ] stream::zip
54
+ - [x ] stream::zip
57
55
58
56
59
57
# Why
You can’t perform that action at this time.
0 commit comments