Skip to content

Commit 7419443

Browse files
committed
Tweaks
1 parent 1511a03 commit 7419443

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

relations/src/r1cs/mod.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,8 @@ pub use tracing::info_span;
142142

143143
pub use ark_ff::{Field, ToConstraintField};
144144
pub use constraint_system::{
145-
ConstraintGenerator, InstanceGenerator, WitnessGenerator,
146-
ConstraintSystem, ConstraintSystemRef, Namespace, OptimizationGoal,
147-
SynthesisMode,
145+
ConstraintGenerator, ConstraintSystem, ConstraintSystemRef, InstanceGenerator, Namespace,
146+
OptimizationGoal, SynthesisMode, WitnessGenerator,
148147
};
149148
pub use error::SynthesisError;
150149
/// A result type specialized to `SynthesisError`.

0 commit comments

Comments
 (0)