Skip to content

Commit

Permalink
Fix clippy nitpick
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 committed May 3, 2024
1 parent 01860ab commit a3b178d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eyelid-match-ops/src/primitives/poly/modular_poly/conf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ impl PolyConf for TinyTest {
type Coeff = FqTiny;

fn coeff_zero() -> &'static Self::Coeff {
&*FQ_TINY_ZERO
&FQ_TINY_ZERO
}
}

Expand Down

0 comments on commit a3b178d

Please sign in to comment.