diff --git a/plonky2/src/gates/gate.rs b/plonky2/src/gates/gate.rs index dd0779de..4af3b463 100644 --- a/plonky2/src/gates/gate.rs +++ b/plonky2/src/gates/gate.rs @@ -217,7 +217,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 {