Skip to content

Commit 53575a9

Browse files
fix linter errors
1 parent d69b72f commit 53575a9

File tree

1 file changed

+2
-0
lines changed
  • extensions/ecc/te-setup/src

1 file changed

+2
-0
lines changed

extensions/ecc/te-setup/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ pub fn te_declare(input: TokenStream) -> TokenStream {
107107
fn add_chip(p1: &#struct_name, p2: &#struct_name) -> #struct_name {
108108
#[cfg(not(target_os = "zkvm"))]
109109
{
110+
use openvm_algebra_guest::DivUnsafe;
111+
110112
let x1y2 = p1.x() * p2.y();
111113
let y1x2 = p1.y() * p2.x();
112114
let x1x2 = p1.x() * p2.x();

0 commit comments

Comments
 (0)