Skip to content

Commit

Permalink
removing uneeded bound(s) on struct in src/gadgets/nonnative/bignat.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
huitseeker committed Jan 7, 2024
1 parent 32a499f commit bd53001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gadgets/nonnative/bignat.rs
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ mod tests {
#[cfg(not(target_arch = "wasm32"))]
use proptest::prelude::*;

pub struct PolynomialMultiplier<Scalar: PrimeField> {
pub struct PolynomialMultiplier<Scalar> {
pub a: Vec<Scalar>,
pub b: Vec<Scalar>,
}
Expand Down

0 comments on commit bd53001

Please sign in to comment.