Skip to content

Commit a7491d9

Browse files
jyn514JohnTitor
andauthored
fix whitespace
Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
1 parent 68f41b8 commit a7491d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/hash/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//! [hash]: https://en.wikipedia.org/wiki/Hash_function
77
//! [`HashMap`]: ../../std/collections/struct.HashMap.html
88
//! [`HashSet`]: ../../std/collections/struct.HashSet.html
9-
9+
//!
1010
//! The simplest way to make a type hashable is to use `#[derive(Hash)]`:
1111
//!
1212
//! # Examples

0 commit comments

Comments
 (0)