diff --git a/rln/src/circuit.rs b/rln/src/circuit.rs index 944241d..22e7592 100644 --- a/rln/src/circuit.rs +++ b/rln/src/circuit.rs @@ -12,7 +12,6 @@ use color_eyre::{Report, Result}; use num_bigint::BigUint; use serde_json::Value; use std::io::Cursor; -use std::path::Path; use std::str::FromStr; cfg_if! { @@ -22,6 +21,7 @@ cfg_if! { use std::sync::Mutex; use wasmer::{Module, Store}; use include_dir::{include_dir, Dir}; + use std::path::Path; } }