Fix clippy lint

This commit is contained in:
Jack Grigg 2024-07-23 17:03:22 +00:00
parent 1a562fb208
commit bbb73b0495
1 changed files with 1 additions and 2 deletions

View File

@ -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};