Skip to content

Commit 1a438bb

Browse files
committed
Revert module level documentation link
1 parent 7cf0fe1 commit 1a438bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/core/src/iter/traits/iterator.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ fn _assert_is_object_safe(_: &dyn Iterator<Item = ()>) {}
2222
/// generally, please see the [module-level documentation]. In particular, you
2323
/// may want to know how to [implement `Iterator`][impl].
2424
///
25-
/// [module-level documentation]: self
26-
/// [impl]: self#implementing-iterator
25+
/// [module-level documentation]: crate::iter
26+
/// [impl]: crate::iter#implementing-iterator
2727
#[stable(feature = "rust1", since = "1.0.0")]
2828
#[rustc_on_unimplemented(
2929
on(

0 commit comments

Comments
 (0)