Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yi-sun committed Jan 10, 2025
1 parent f745778 commit d162423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/native/compiler/src/conversion/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ fn convert_instruction<F: PrimeField32, EF: ExtensionField<F>>(
panic!(
"Unsupported instruction {:?}, field arithmetic is disabled",
instruction
)
)
},
AsmInstruction::CopyF(dst, src) => if options.field_arithmetic_enabled {
vec![inst_med(
Expand Down

0 comments on commit d162423

Please sign in to comment.