From 2fa3680318b75d765c1acd5f94303459d6081f24 Mon Sep 17 00:00:00 2001 From: Lydia Garms Date: Mon, 6 Jan 2025 11:51:19 +0000 Subject: [PATCH] fix: lint errors --- plonkish_backend/src/frontend/halo2.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plonkish_backend/src/frontend/halo2.rs b/plonkish_backend/src/frontend/halo2.rs index 9d6dcac..4f5f3a4 100644 --- a/plonkish_backend/src/frontend/halo2.rs +++ b/plonkish_backend/src/frontend/halo2.rs @@ -233,7 +233,7 @@ impl> PlonkishCircuit for Halo2Circuit { }), ] .collect(); - // Obtain the copy constraints from the preprocess collector + // Obtain the copy constraints from the preprocess collector circuit_info.permutations = preprocess_collector.permutation.into_cycles(); Ok(circuit_info)