Skip to content

Commit

Permalink
Review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold committed May 20, 2024
1 parent 3dce0f6 commit 6cfd7cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arrow-buffer/src/arith.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
// specific language governing permissions and limitations
// under the License.

/// Derives `std::ops::$op` for `$ty` calling `$wrapping` or `$checked` variants
/// based on if debug_assertions enabled
macro_rules! derive_arith {
($ty:ty, $t:ident, $op:ident, $wrapping:ident, $checked:ident) => {
impl std::ops::$t for $ty {
Expand Down

0 comments on commit 6cfd7cd

Please sign in to comment.