We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e3d4c3 commit f63f5f3Copy full SHA for f63f5f3
library/core/src/iter/range.rs
@@ -23,7 +23,7 @@ unsafe_impl_trusted_step![AsciiChar char i8 i16 i32 i64 i128 isize u8 u16 u32 u6
23
#[unstable(feature = "step_trait", issue = "42168")]
24
pub trait Step: Clone + PartialOrd + Sized {
25
/// Returns the bounds on the number of *successor* steps required to get from `start` to `end`
26
- /// like [`Iterator::size_hint()`][std::iter::Iterator::size_hint()].
+ /// like [`Iterator::size_hint()`][Iterator::size_hint()].
27
///
28
/// Returns `(usize::MAX, None)` if the number of steps would overflow `usize`, or is infinite.
29
0 commit comments