From 1a8f908126151ce9dd93f5a85d12edf3909fb839 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Mon, 26 Nov 2018 17:22:56 +0100 Subject: [PATCH] Add missing link in docs --- src/libcore/iter/iterator.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libcore/iter/iterator.rs b/src/libcore/iter/iterator.rs index 2903c370df8..6662d56393c 100644 --- a/src/libcore/iter/iterator.rs +++ b/src/libcore/iter/iterator.rs @@ -161,7 +161,7 @@ pub trait Iterator { /// That said, the implementation should provide a correct estimation, /// because otherwise it would be a violation of the trait's protocol. /// - /// The default implementation returns `(0, None)` which is correct for any + /// The default implementation returns `(0, `[`None`]`)` which is correct for any /// iterator. /// /// [`usize`]: ../../std/primitive.usize.html -- 2.44.0