Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
  • Loading branch information
ggwpez committed Jan 21, 2022
1 parent 52558af commit 27a96f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions primitives/arithmetic/src/per_things.rs
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@ where
rem_mul_div_inner.into()
}

/// A test that the output of this macro can be used as storage value is in frame-support.
macro_rules! implement_per_thing {
(
$name:ident,
Expand Down Expand Up @@ -1534,6 +1535,7 @@ macro_rules! implement_per_thing {
};
}

/// A test that the output of this macro can be used as storage value is in frame-support.
macro_rules! implement_per_thing_with_perthousand {
(
$name:ident,
Expand Down

0 comments on commit 27a96f6

Please sign in to comment.