Revert module level documentation link
This commit is contained in:
parent
7cf0fe1d02
commit
1a438bbcb7
1 changed files with 2 additions and 2 deletions
|
|
@ -22,8 +22,8 @@ fn _assert_is_object_safe(_: &dyn Iterator<Item = ()>) {}
|
|||
/// generally, please see the [module-level documentation]. In particular, you
|
||||
/// may want to know how to [implement `Iterator`][impl].
|
||||
///
|
||||
/// [module-level documentation]: self
|
||||
/// [impl]: self#implementing-iterator
|
||||
/// [module-level documentation]: crate::iter
|
||||
/// [impl]: crate::iter#implementing-iterator
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
#[rustc_on_unimplemented(
|
||||
on(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue