Skip to content

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
amoylan2 committed Aug 26, 2024
1 parent 0ef8fc4 commit 1fb98d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common/libzkp/impl/src/verifier/darwin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ pub struct DarwinVerifier {
}

impl DarwinVerifier {
#[allow(dead_code)] pub fn new(params_dir: &str, assets_dir: &str) -> Self {
#[allow(dead_code)]
pub fn new(params_dir: &str, assets_dir: &str) -> Self {
env::set_var("SCROLL_PROVER_ASSETS_DIR", assets_dir);
let verifier = Verifier::from_dirs(params_dir, assets_dir);

Expand Down

0 comments on commit 1fb98d9

Please sign in to comment.