Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
plafer committed Feb 28, 2024
1 parent 2570f56 commit 68a7e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prover/src/constraints/evaluator/default.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use air::{
TransitionConstraints,
};
use math::{log2, FieldElement};
use utils::{collections::Vec, iter_mut};
use utils::{collections::*, iter_mut};

#[cfg(feature = "concurrent")]
use utils::{iterators::*, rayon};
Expand Down

0 comments on commit 68a7e99

Please sign in to comment.