From eeef54c40e1d5746b5813e3f17eef208a847dc2c Mon Sep 17 00:00:00 2001 From: wborgeaud Date: Fri, 20 Aug 2021 13:22:00 +0200 Subject: [PATCH] Re-add Clone --- src/gates/arithmetic.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gates/arithmetic.rs b/src/gates/arithmetic.rs index 8bbacf3a..3c9dcb18 100644 --- a/src/gates/arithmetic.rs +++ b/src/gates/arithmetic.rs @@ -138,7 +138,7 @@ impl, const D: usize> Gate for ArithmeticExtensionGate } } -#[derive(Debug)] +#[derive(Clone, Debug)] struct ArithmeticExtensionGenerator, const D: usize> { gate_index: usize, const_0: F,