Skip to content

Commit

Permalink
Auto merge of #536 - overlookmotel:fix-docs, r=Amanieu
Browse files Browse the repository at this point in the history
Fix link to std traits in docs

Link to `Hash` in docs for `HashTable` was pointing to `Hash` derive macro, rather than `Hash` trait.
  • Loading branch information
bors committed Jul 12, 2024
2 parents 9f24e48 + 932714b commit 8cb647f
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 8cb647f

Please sign in to comment.