Skip to content

Commit 932714b

Browse files
committed
Fix link to std traits in docs
1 parent 4c824c5 commit 932714b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/table.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ use crate::{
4242
///
4343
/// [`HashMap`]: super::HashMap
4444
/// [`HashSet`]: super::HashSet
45+
/// [`Eq`]: https://doc.rust-lang.org/std/cmp/trait.Eq.html
46+
/// [`Hash`]: https://doc.rust-lang.org/std/hash/trait.Hash.html
4547
pub struct HashTable<T, A = Global>
4648
where
4749
A: Allocator,

0 commit comments

Comments
 (0)