Skip to content

Commit

Permalink
Expose nr of permutation columns to the public API
Browse files Browse the repository at this point in the history
  • Loading branch information
iquerejeta committed Dec 19, 2023
1 parent 8464681 commit 20f3446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion halo2_proofs/src/dev/cost_model.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ impl Lookup {
/// Number of permutation enabled columns
#[derive(Debug, Clone, Deserialize, Serialize)]
pub struct Permutation {
columns: usize,
pub columns: usize,

Check failure on line 97 in halo2_proofs/src/dev/cost_model.rs

View workflow job for this annotation

GitHub Actions / Bitrot check

missing documentation for a struct field
}

impl Permutation {
Expand Down

0 comments on commit 20f3446

Please sign in to comment.