Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
tess-eract committed Jul 26, 2024
1 parent 6623d8e commit dbb62c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions commit/src/adapters/multi_from_uni_pcs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ use p3_matrix::MatrixRows;

use crate::pcs::UnivariatePcs;

#[allow(dead_code)]
pub struct MultiFromUniPcs<Val, EF, In, U, Challenger>
where
Val: Field,
Expand Down
1 change: 1 addition & 0 deletions commit/src/adapters/uni_from_multi_pcs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ use p3_matrix::MatrixRows;

use crate::pcs::MultivariatePcs;

#[allow(dead_code)]
pub struct UniFromMultiPcs<Val, EF, In, M, Challenger>
where
Val: Field,
Expand Down

0 comments on commit dbb62c6

Please sign in to comment.