Skip to content

Commit

Permalink
Fix clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
str4d committed Jul 23, 2024
1 parent 1a562fb commit bbb73b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions zcash_client_sqlite/src/testing.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
use std::ffi::OsStr;
use std::fmt;
use std::num::NonZeroU32;
use std::{collections::BTreeMap, convert::Infallible};

#[cfg(feature = "unstable")]
use std::fs::File;
use std::{ffi::OsStr, fs::File};

use group::ff::Field;
use incrementalmerkletree::{Marking, Position, Retention};
Expand Down

0 comments on commit bbb73b0

Please sign in to comment.