Skip to content

Commit

Permalink
pub oneshot hash
Browse files Browse the repository at this point in the history
  • Loading branch information
pczarn committed Mar 24, 2016
1 parent 1cd80ac commit 93c4373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adaptive_map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ fn maybe_adapt_to_safe_hashing<'a, K, V>(
search_hashed(&mut map.table, hash, |k| k == key)
}

trait OneshotHash: Hash {}
pub trait OneshotHash: Hash {}

impl OneshotHash for i8 {}
impl OneshotHash for u8 {}
Expand Down

0 comments on commit 93c4373

Please sign in to comment.