Skip to content

Commit

Permalink
add impl PhfBorrow for usize and isize
Browse files Browse the repository at this point in the history
  • Loading branch information
Spaceface16518 committed Jul 31, 2022
1 parent da88095 commit 34c92ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions phf_shared/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ impl_reflexive!(
i32,
u64,
i64,
usize,
isize,
u128,
i128,
bool,
Expand Down

0 comments on commit 34c92ce

Please sign in to comment.