Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f63f5f3

Browse files
committedNov 8, 2024·
fixed the link of docs
1 parent 7e3d4c3 commit f63f5f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎library/core/src/iter/range.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ unsafe_impl_trusted_step![AsciiChar char i8 i16 i32 i64 i128 isize u8 u16 u32 u6
2323
#[unstable(feature = "step_trait", issue = "42168")]
2424
pub trait Step: Clone + PartialOrd + Sized {
2525
/// 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()].
26+
/// like [`Iterator::size_hint()`][Iterator::size_hint()].
2727
///
2828
/// Returns `(usize::MAX, None)` if the number of steps would overflow `usize`, or is infinite.
2929
///

0 commit comments

Comments
 (0)
Please sign in to comment.