Skip to content

Commit a8ee4b8

Browse files
committed
clippy
1 parent 769cdf5 commit a8ee4b8

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

extensions/native/recursion/tests/sumcheck.rs

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,15 @@
1-
use itertools::Itertools;
2-
use openvm_circuit::arch::{
3-
instructions::program::Program, verify_single, SystemConfig, VirtualMachine, VmConfig,
4-
VmExecutor,
5-
};
1+
use openvm_circuit::arch::instructions::program::Program;
62
#[cfg(not(feature = "cuda"))]
73
use openvm_circuit::utils::air_test_impl;
84
use openvm_native_circuit::{NativeBuilder, NativeConfig, EXT_DEG};
95
use openvm_native_compiler::{
106
asm::{AsmBuilder, AsmCompiler},
117
conversion::{convert_program, CompilerOptions},
12-
ir::{Ext, Felt, Usize},
8+
ir::{Ext, Usize},
139
prelude::*,
1410
};
15-
use openvm_native_recursion::{
16-
challenger::{duplex::DuplexChallengerVariable, CanObserveVariable},
17-
testing_utils::inner::run_recursive_test,
18-
};
19-
use openvm_stark_backend::{
20-
config::{Domain, StarkGenericConfig},
21-
p3_commit::PolynomialSpace,
22-
p3_field::{
23-
extension::BinomialExtensionField, FieldAlgebra, FieldExtensionAlgebra, PackedValue,
24-
},
11+
use openvm_stark_backend::p3_field::{
12+
extension::BinomialExtensionField, FieldAlgebra, FieldExtensionAlgebra, PackedValue,
2513
};
2614
use openvm_stark_sdk::{
2715
config::{

0 commit comments

Comments
 (0)