Skip to content

Commit

Permalink
Fix link to std traits in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Jul 12, 2024
1 parent 4c824c5 commit 932714b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/table.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ use crate::{
///
/// [`HashMap`]: super::HashMap
/// [`HashSet`]: super::HashSet
/// [`Eq`]: https://doc.rust-lang.org/std/cmp/trait.Eq.html
/// [`Hash`]: https://doc.rust-lang.org/std/hash/trait.Hash.html
pub struct HashTable<T, A = Global>
where
A: Allocator,
Expand Down

0 comments on commit 932714b

Please sign in to comment.