about summary refs log tree commit diff
path: root/src/libcore
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2017-11-11 13:30:16 +0000
committerbors <bors@rust-lang.org>2017-11-11 13:30:16 +0000
commit965ace59f28c3ffec3faeb1f8c7cfa5adf69cf0f (patch)
tree5a7a5ffd74681217445b14751ba5f71bda8e8d5f /src/libcore
parent69ee5a8a9787336f8635ec12ed0c6199a70505e0 (diff)
parent04785f7e33d3ca67c2b3f2e1ed34e3dc20d8bdc2 (diff)
downloadrust-965ace59f28c3ffec3faeb1f8c7cfa5adf69cf0f.tar.gz
rust-965ace59f28c3ffec3faeb1f8c7cfa5adf69cf0f.zip
Auto merge of #45932 - GuillaumeGomez:rollup, r=GuillaumeGomez
Rollup of 4 pull requests

- Successful merges: #45631, #45812, #45877, #45919
- Failed merges:
Diffstat (limited to 'src/libcore')
-rw-r--r--src/libcore/hash/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/hash/mod.rs b/src/libcore/hash/mod.rs
index b3c11ed1b5a..15545a04b64 100644
--- a/src/libcore/hash/mod.rs
+++ b/src/libcore/hash/mod.rs
@@ -259,7 +259,7 @@ pub trait Hasher {
     /// println!("Hash is {:x}!", hasher.finish());
     /// ```
     ///
-    /// ['write']: #tymethod.write
+    /// [`write`]: #tymethod.write
     #[stable(feature = "rust1", since = "1.0.0")]
     fn finish(&self) -> u64;