Skip to content

Commit

Permalink
add impl FmtConst 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 c217673 commit da88095
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 @@ -152,6 +152,8 @@ delegate_debug!(u32);
delegate_debug!(i32);
delegate_debug!(u64);
delegate_debug!(i64);
delegate_debug!(usize);
delegate_debug!(isize);
delegate_debug!(u128);
delegate_debug!(i128);
delegate_debug!(bool);
Expand Down

0 comments on commit da88095

Please sign in to comment.