Skip to content

Commit 4bcc194

Browse files
committed
fixes name of crate
Signed-off-by: Nell Shamrell <[email protected]>
1 parent 35efa81 commit 4bcc194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rfc-drafts/stream.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ where
128128

129129
## Next method/struct
130130

131-
We should also implement a next method, similar to [the implementation in the futures crate](https://docs.rs/futures-util/0.3.5/src/futures_util/stream/stream/next.rs.html#10-12).
131+
We should also implement a next method, similar to [the implementation in the futures-util crate](https://docs.rs/futures-util/0.3.5/src/futures_util/stream/stream/next.rs.html#10-12).
132132

133133
In general, we have purposefully kept the core trait definition minimal. There are a number of useful extension methods that are available, for example, in the futures-stream crate, but we have not included them because they involve closure arguments, and we have not yet finalized the design of async closures.
134134

0 commit comments

Comments
 (0)