From 9697c906f23c3ede53b2b495ab0db590305a0a58 Mon Sep 17 00:00:00 2001 From: Linda Guiga Date: Fri, 15 Sep 2023 09:16:06 +0100 Subject: [PATCH] Clippy --- evm/src/arithmetic/arithmetic_stark.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/evm/src/arithmetic/arithmetic_stark.rs b/evm/src/arithmetic/arithmetic_stark.rs index f7269d1e..58f7c400 100644 --- a/evm/src/arithmetic/arithmetic_stark.rs +++ b/evm/src/arithmetic/arithmetic_stark.rs @@ -1,7 +1,6 @@ use std::marker::PhantomData; use std::ops::Range; -use itertools::Itertools; use plonky2::field::extension::{Extendable, FieldExtension}; use plonky2::field::packed::PackedField; use plonky2::field::polynomial::PolynomialValues;