Skip to content

Commit

Permalink
Fixes Rust use warning
Browse files Browse the repository at this point in the history
  • Loading branch information
raugfer committed Oct 3, 2024
1 parent 7a42d88 commit f55545a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tools/garaga_rs/src/wasm_bindings.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
use crate::definitions::{
CurveParamsProvider, ToTwistedEdwardsCurve, ToWeierstrassCurve, X25519PrimeField,
};
use crate::definitions::{ToTwistedEdwardsCurve, ToWeierstrassCurve, X25519PrimeField};
use crate::io::{element_from_biguint, element_to_biguint};
use num_bigint::BigUint;
use std::str::FromStr;
Expand Down Expand Up @@ -125,6 +123,7 @@ pub fn to_twistededwards(
#[cfg(test)]
mod tests {
use super::*;
use crate::definitions::CurveParamsProvider;
use num_bigint::BigUint;
use wasm_bindgen_test::wasm_bindgen_test;

Expand Down

0 comments on commit f55545a

Please sign in to comment.