Skip to content

Commit c28febd

Browse files
committed
Tweak
1 parent 2dac127 commit c28febd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ pub mod prelude {
6262
bits::{boolean::Boolean, uint32::UInt32, uint8::UInt8, ToBitsGadget, ToBytesGadget},
6363
eq::*,
6464
fields::{FieldOpsBounds, FieldVar, FieldWithVar},
65-
groups::{CurveVar, GroupOpsBounds, CurveWithVar},
65+
groups::{CurveVar, CurveWithVar, GroupOpsBounds},
6666
pairing::{PairingGadget, PairingWithGadget},
6767
select::*,
6868
R1CSVar,

0 commit comments

Comments
 (0)