diff --git a/plonky2/src/plonk/circuit_builder.rs b/plonky2/src/plonk/circuit_builder.rs index 0aa438ae..0da3ed60 100644 --- a/plonky2/src/plonk/circuit_builder.rs +++ b/plonky2/src/plonk/circuit_builder.rs @@ -915,6 +915,7 @@ impl, const D: usize> CircuitBuilder { } } + /// Builds a "full circuit", with both prover and verifier data. pub fn build_with_options>( self, commit_to_sigma: bool, @@ -926,7 +927,6 @@ impl, const D: usize> CircuitBuilder { circuit_data } - /// Builds a "full circuit", with both prover and verifier data. pub fn try_build_with_options>( mut self, commit_to_sigma: bool,