From dc6ebf263b25a7b977a91fb97b00ad925ac3af1d Mon Sep 17 00:00:00 2001 From: Herbert Reiter <46045854+damoasda@users.noreply.github.com> Date: Wed, 18 Dec 2024 21:07:47 +0100 Subject: [PATCH] Delete unused reference --- src/ch17-03-more-futures.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ch17-03-more-futures.md b/src/ch17-03-more-futures.md index c850ffc2f4..f791843dfc 100644 --- a/src/ch17-03-more-futures.md +++ b/src/ch17-03-more-futures.md @@ -622,6 +622,5 @@ to consider first, though: the fact that it is from the `stream` part of the crate; it works just fine with any collection of futures.) -[collections]: ch08-01-vectors.html#using-an-enum-to-store-multiple-types [dyn]: ch12-03-improving-error-handling-and-modularity.html [async-program]: ch17-01-futures-and-syntax.html#our-first-async-program