mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: make clippy happy (#6666)
This commit is contained in:
@ -11,7 +11,7 @@ use reth_primitives::{
|
||||
ChainSpecBuilder, Header as RethHeader, SealedHeader, StorageEntry, Withdrawals, B256, B64,
|
||||
U256,
|
||||
};
|
||||
use serde::{self, Deserialize};
|
||||
use serde::Deserialize;
|
||||
use std::{collections::BTreeMap, ops::Deref};
|
||||
|
||||
/// The definition of a blockchain test.
|
||||
@ -408,7 +408,6 @@ pub type AccessList = Vec<AccessListItem>;
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
use serde_json;
|
||||
|
||||
#[test]
|
||||
fn header_deserialize() {
|
||||
|
||||
Reference in New Issue
Block a user