]> git.lizzy.rs Git - rust.git/blobdiff - src/libstd/collections/hash/map.rs
Auto merge of #41437 - cuviper:remove-unstable-deprecated, r=alexcrichton
[rust.git] / src / libstd / collections / hash / map.rs
index c8732e68c8539e09c1b068178c6593d8cc68d965..51d127f8ba79a246c33745356c94ab0888f4bf98 100644 (file)
@@ -1377,7 +1377,7 @@ pub struct IterMut<'a, K: 'a, V: 'a> {
 
 /// An owning iterator over the entries of a `HashMap`.
 ///
-/// This `struct` is created by the [`into_iter`] method on [`HashMap`]
+/// This `struct` is created by the [`into_iter`] method on [`HashMap`][`HashMap`]
 /// (provided by the `IntoIterator` trait). See its documentation for more.
 ///
 /// [`into_iter`]: struct.HashMap.html#method.into_iter