Skip to content

Commit 04785f7

Browse files
Rollup merge of #45919 - lukaramu:patch-1, r=kennytm
Fix broken link markup in Hasher::finish docs Just a quick fix: there were apostrophes when there needed to be backticks.
2 parents 5d07d73 + 6443873 commit 04785f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/hash/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ pub trait Hasher {
259259
/// println!("Hash is {:x}!", hasher.finish());
260260
/// ```
261261
///
262-
/// ['write']: #tymethod.write
262+
/// [`write`]: #tymethod.write
263263
#[stable(feature = "rust1", since = "1.0.0")]
264264
fn finish(&self) -> u64;
265265

0 commit comments

Comments
 (0)