Skip to content

Commit

Permalink
fix: unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rymnc committed Jun 13, 2024
1 parent 3efb1d9 commit e2e0852
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rln/benches/circuit_deser_benchmark.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
use ark_serialize::{CanonicalSerialize, Compress, Validate};
use criterion::{criterion_group, criterion_main, Criterion};
use rln::circuit::{vk_from_slice, RESOURCES_DIR, VK_FILENAME};
use std::path::Path;
Expand Down

0 comments on commit e2e0852

Please sign in to comment.