We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cf0fe1 commit 1a438bbCopy full SHA for 1a438bb
library/core/src/iter/traits/iterator.rs
@@ -22,8 +22,8 @@ fn _assert_is_object_safe(_: &dyn Iterator<Item = ()>) {}
22
/// generally, please see the [module-level documentation]. In particular, you
23
/// may want to know how to [implement `Iterator`][impl].
24
///
25
-/// [module-level documentation]: self
26
-/// [impl]: self#implementing-iterator
+/// [module-level documentation]: crate::iter
+/// [impl]: crate::iter#implementing-iterator
27
#[stable(feature = "rust1", since = "1.0.0")]
28
#[rustc_on_unimplemented(
29
on(
0 commit comments