Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
  • Loading branch information
jyn514 and JohnTitor committed Mar 17, 2021
1 parent 68f41b8 commit a7491d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/hash/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//! [hash]: https://en.wikipedia.org/wiki/Hash_function
//! [`HashMap`]: ../../std/collections/struct.HashMap.html
//! [`HashSet`]: ../../std/collections/struct.HashSet.html

//!
//! The simplest way to make a type hashable is to use `#[derive(Hash)]`:
//!
//! # Examples
Expand Down

0 comments on commit a7491d9

Please sign in to comment.