Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
howardwu committed Nov 24, 2023
1 parent b93ab37 commit a1d9b33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions algorithms/src/snark/varuna/ahp/matrices.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ use snarkvm_utilities::{cfg_iter, cfg_iter_mut, serialize::*};
use anyhow::{anyhow, ensure, Result};
use std::collections::BTreeMap;

#[cfg(feature = "serial")]
use itertools::Itertools;
#[cfg(not(feature = "serial"))]
use rayon::prelude::*;

Expand Down

0 comments on commit a1d9b33

Please sign in to comment.