From d822affa6f584b149c2b37e9e88404b60487e7a9 Mon Sep 17 00:00:00 2001 From: duguorong <80258679+duguorong009@users.noreply.github.com> Date: Mon, 11 Mar 2024 11:15:33 +0800 Subject: [PATCH] chore: fmt + clippy --- halo2_backend/src/plonk/permutation/keygen.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/halo2_backend/src/plonk/permutation/keygen.rs b/halo2_backend/src/plonk/permutation/keygen.rs index 2f14e26db6..88f44be938 100644 --- a/halo2_backend/src/plonk/permutation/keygen.rs +++ b/halo2_backend/src/plonk/permutation/keygen.rs @@ -143,7 +143,6 @@ impl Assembly { } } - #[cfg(feature = "thread-safe-region")] /// Struct that accumulates all the necessary data in order to construct the permutation argument. #[derive(Clone, Debug, PartialEq, Eq)]