diff options
| author | Denis Vasilik <contact@denisvasilik.com> | 2020-09-02 18:51:08 +0200 |
|---|---|---|
| committer | Denis Vasilik <contact@denisvasilik.com> | 2020-09-02 18:51:08 +0200 |
| commit | 1a438bbcb760eee0fca06b19ef0afb64081b0dfc (patch) | |
| tree | a13a67bfc29adc531e1c55ea6e1e19555b193643 | |
| parent | 7cf0fe1d02dceafa8e7f9a9276e501c8889262af (diff) | |
| download | rust-1a438bbcb760eee0fca06b19ef0afb64081b0dfc.tar.gz rust-1a438bbcb760eee0fca06b19ef0afb64081b0dfc.zip | |
Revert module level documentation link
| -rw-r--r-- | library/core/src/iter/traits/iterator.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/core/src/iter/traits/iterator.rs b/library/core/src/iter/traits/iterator.rs index 12fa213740c..c8f4e9627b7 100644 --- a/library/core/src/iter/traits/iterator.rs +++ b/library/core/src/iter/traits/iterator.rs @@ -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( |
