File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
crates/provers/stark/src/constraints Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -117,6 +117,7 @@ where
117
117
118
118
// If there is an exemptions period defined for this constraint, the evaluations are calculated directly
119
119
// by computing P_exemptions(x) / Zerofier(x)
120
+ #[ expect( clippy:: incompatible_msrv) ]
120
121
if let Some ( exemptions_period) = self . exemptions_period ( ) {
121
122
// FIXME: Rather than making this assertions here, it would be better to handle these
122
123
// errors or make these checks when the AIR is initialized.
@@ -218,6 +219,7 @@ where
218
219
) -> FieldElement < E > {
219
220
let end_exemptions_poly = self . end_exemptions_poly ( trace_primitive_root, trace_length) ;
220
221
222
+ #[ expect( clippy:: incompatible_msrv) ]
221
223
if let Some ( exemptions_period) = self . exemptions_period ( ) {
222
224
debug_assert ! ( exemptions_period. is_multiple_of( self . period( ) ) ) ;
223
225
You can’t perform that action at this time.
0 commit comments