Skip to content

Commit

Permalink
Revert "fix: rayon imports"
Browse files Browse the repository at this point in the history
This reverts commit 13e0333.
  • Loading branch information
alexander-camuto committed Jul 3, 2024
1 parent cfff1bd commit 8cfca22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion halo2_proofs/src/poly.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use crate::plonk::Assigned;
use crate::SerdeFormat;
use group::ff::{BatchInvert, Field};
#[cfg(feature = "parallel-poly-read")]
use maybe_rayon::{iter::ParallelIterator, prelude::ParallelSlice};
use maybe_rayon::{iter::ParallelIterator, prelude::ParallelSliceMut};
use std::fmt::Debug;
use std::io;
use std::marker::PhantomData;
Expand Down

0 comments on commit 8cfca22

Please sign in to comment.