Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
SuccinctPaul committed Dec 18, 2023
1 parent 6ce6fcf commit a83d3c5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion starky/src/merklehash_bls12381.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ use crate::traits::MTNodeType;
use crate::traits::MerkleTree;
use ff::Field;
use plonky::field_gl::Fr as FGL;
use profiler_macro::time_profiler;
use rayon::prelude::*;
use std::time::Instant;

Expand Down
1 change: 0 additions & 1 deletion starky/src/merklehash_bn128.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ use crate::traits::MTNodeType;
use crate::traits::MerkleTree;
use ff::Field;
use plonky::field_gl::Fr as FGL;
use profiler_macro::time_profiler;
use rayon::prelude::*;
use std::time::Instant;

Expand Down

0 comments on commit a83d3c5

Please sign in to comment.