mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-08 16:53:07 +00:00
clippy
This commit is contained in:
parent
4624ce515b
commit
b1b95e7b65
@ -72,11 +72,11 @@ pub(crate) fn combined_kernel() -> Kernel {
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use std::str::FromStr;
|
||||
|
||||
|
||||
use anyhow::Result;
|
||||
|
||||
use env_logger::{try_init_from_env, Env, DEFAULT_FILTER_ENV};
|
||||
use ethereum_types::U256;
|
||||
|
||||
use log::debug;
|
||||
|
||||
use crate::cpu::kernel::aggregator::combined_kernel;
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
use core::num;
|
||||
use std::collections::HashMap;
|
||||
|
||||
|
||||
use std::str::FromStr;
|
||||
|
||||
use anyhow::Result;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user