Skip to content

Commit

Permalink
feat: derive lone for permutation::keygen::Assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
han0110 committed Feb 17, 2023
1 parent 666484a commit 3d3856b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion halo2_proofs/src/plonk/permutation/keygen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use crate::{
};

/// Struct that accumulates all the necessary data in order to construct the permutation argument.
#[derive(Debug, PartialEq, Eq)]
#[derive(Clone, Debug, PartialEq, Eq)]
pub struct Assembly {
/// Columns that participate on the copy permutation argument.
columns: Vec<Column<Any>>,
Expand Down

0 comments on commit 3d3856b

Please sign in to comment.