We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68f41b8 commit a7491d9Copy full SHA for a7491d9
library/core/src/hash/mod.rs
@@ -6,7 +6,7 @@
6
//! [hash]: https://en.wikipedia.org/wiki/Hash_function
7
//! [`HashMap`]: ../../std/collections/struct.HashMap.html
8
//! [`HashSet`]: ../../std/collections/struct.HashSet.html
9
-
+//!
10
//! The simplest way to make a type hashable is to use `#[derive(Hash)]`:
11
//!
12
//! # Examples
0 commit comments