Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/ch17-03-more-futures.md
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ to consider first, though:
the fact that it’s from the `stream` part of the crate; it works just fine
with any collection of futures.)

[dyn]: ch12-03-improving-error-handling-and-modularity.html
[dyn]: ch12-03-improving-error-handling-and-modularity.html#returning-errors-from-the-run-function
[enum-alt]: ch08-01-vectors.html#using-an-enum-to-store-multiple-types
[async-program]: ch17-01-futures-and-syntax.html#our-first-async-program
[iterator-trait]: ch13-02-iterators.html#the-iterator-trait-and-the-next-method