Skip to content

Commit

Permalink
[pdsl_core] Add {Add,Sub}<u128> and {Add,Sub}Assign<u128> for Key
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbepop committed Jan 7, 2019
1 parent 09b7bbd commit 966d29d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pdsl_core/src/storage/key.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ macro_rules! impl_add_sub_for_key {

impl_add_sub_for_key!(u32, u32_to_bytes4);
impl_add_sub_for_key!(u64, u64_to_bytes8);
impl_add_sub_for_key!(u128, u128_to_bytes16);

#[cfg(all(test, feature = "test-env"))]
mod tests {
Expand Down

0 comments on commit 966d29d

Please sign in to comment.