Skip to content

Commit

Permalink
fix clippy no-std
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole authored and Nicole committed Dec 23, 2024
1 parent bf9b5cd commit 21bcea7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions math/src/field/fields/fft_friendly/quartic_babybear.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ use crate::field::{
#[cfg(feature = "lambdaworks-serde-binary")]
use crate::traits::ByteConversion;

#[cfg(feature = "lambdaworks-serde-binary")]
#[cfg(feature = "alloc")]
use crate::traits::AsBytes;

Expand Down

0 comments on commit 21bcea7

Please sign in to comment.