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.
This commit is contained in:
commit
04785f7e33
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user