Browse Source

Export `impl_bounded_ops`

This would be necessary if, in another crate, one wants to implement operators.
master
Weikeng Chen 4 years ago
committed by Pratyush Mishra
parent
commit
bce788419f
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      r1cs-std/src/macros.rs

+ 1
- 0
r1cs-std/src/macros.rs

@ -16,6 +16,7 @@ macro_rules! impl_ops {
};
}
#[macro_export]
macro_rules! impl_bounded_ops {
(
$type: ty,

Loading…
Cancel
Save