]> git.proxmox.com Git - rustc.git/blobdiff - library/core/src/iter/traits/marker.rs
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / library / core / src / iter / traits / marker.rs
index ebf37f97bc6178649deeddee6fae20f9a1539ccc..844459d77cd9661691bfc19ad944131b39f6ac3a 100644 (file)
@@ -25,7 +25,7 @@ impl<I: FusedIterator + ?Sized> FusedIterator for &mut I {}
 /// (lower bound is equal to upper bound), or the upper bound is [`None`].
 /// The upper bound must only be [`None`] if the actual iterator length is
 /// larger than [`usize::MAX`]. In that case, the lower bound must be
-/// [`usize::MAX`], resulting in a [`Iterator::size_hint()`] of
+/// [`usize::MAX`], resulting in an [`Iterator::size_hint()`] of
 /// `(usize::MAX, None)`.
 ///
 /// The iterator must produce exactly the number of elements it reported