fix whitespace

Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
This commit is contained in:
Joshua Nelson 2021-03-17 09:27:34 -04:00 committed by GitHub
parent 68f41b8328
commit a7491d932f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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