Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
sai-deng committed Nov 15, 2024
1 parent bafcf74 commit 870bbe7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plonky2/src/fri/challenges.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
use plonky2_field::types::Field;
#[cfg(not(feature = "std"))]
use alloc::vec;

use crate::field::types::Field;
use crate::field::extension::Extendable;
use crate::field::polynomial::PolynomialCoeffs;
use crate::fri::proof::{FriChallenges, FriChallengesTarget};
Expand Down

0 comments on commit 870bbe7

Please sign in to comment.