Skip to content

Commit

Permalink
fix clippy metal
Browse files Browse the repository at this point in the history
  • Loading branch information
jotabulacios committed Dec 5, 2024
1 parent 0045ec8 commit 64eaacf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions math/src/field/fields/fft_friendly/babybear_u32.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ impl IsFFTField for Babybear31PrimeField {
#[cfg(test)]
mod tests {
use super::*;

mod test_babybear_31_ops {
use super::*;
use crate::{
Expand Down Expand Up @@ -268,7 +267,6 @@ mod tests {
use crate::fft::cpu::roots_of_unity::{
get_powers_of_primitive_root, get_powers_of_primitive_root_coset,
};
#[cfg(not(any(feature = "metal", feature = "cuda")))]
use crate::field::element::FieldElement;
#[cfg(not(any(feature = "metal", feature = "cuda")))]
use crate::field::traits::{IsFFTField, RootsConfig};
Expand Down

0 comments on commit 64eaacf

Please sign in to comment.