Skip to content

Commit

Permalink
fixed the link of docs
Browse files Browse the repository at this point in the history
  • Loading branch information
michirakara committed Nov 8, 2024
1 parent 7e3d4c3 commit f63f5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/iter/range.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ unsafe_impl_trusted_step![AsciiChar char i8 i16 i32 i64 i128 isize u8 u16 u32 u6
#[unstable(feature = "step_trait", issue = "42168")]
pub trait Step: Clone + PartialOrd + Sized {
/// Returns the bounds on the number of *successor* steps required to get from `start` to `end`
/// like [`Iterator::size_hint()`][std::iter::Iterator::size_hint()].
/// like [`Iterator::size_hint()`][Iterator::size_hint()].
///
/// Returns `(usize::MAX, None)` if the number of steps would overflow `usize`, or is infinite.
///
Expand Down

0 comments on commit f63f5f3

Please sign in to comment.