diff --git a/plonky2/src/gates/gate.rs b/plonky2/src/gates/gate.rs index 2c52076b..2f8f7df1 100644 --- a/plonky2/src/gates/gate.rs +++ b/plonky2/src/gates/gate.rs @@ -218,7 +218,7 @@ impl, F: RichField + Extendable, const D: usize> AnyGate /// A wrapper around an `Arc` which implements `PartialEq`, `Eq` and `Hash` based on gate IDs. #[derive(Clone)] -pub struct GateRef, const D: usize>(pub(crate) Arc>); +pub struct GateRef, const D: usize>(pub Arc>); impl, const D: usize> GateRef { pub fn new>(gate: G) -> GateRef {