Skip to content

Commit

Permalink
chore: clippy (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes authored Mar 6, 2024
1 parent 975a52a commit a77ce1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/eips/src/eip2930.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
//!
//! [EIP-2930]: https://eips.ethereum.org/EIPS/eip-2930

#![allow(unknown_lints, non_local_definitions)]

use alloy_primitives::{Address, B256, U256};
use alloy_rlp::{RlpDecodable, RlpDecodableWrapper, RlpEncodable, RlpEncodableWrapper};
use std::mem;
Expand Down
2 changes: 2 additions & 0 deletions crates/rpc-types/src/eth/block.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
//! Block RPC types.

#![allow(unknown_lints, non_local_definitions)]

use crate::{other::OtherFields, Transaction, Withdrawal};
use alloy_primitives::{
ruint::ParseError, Address, BlockHash, BlockNumber, Bloom, Bytes, B256, B64, U256, U64,
Expand Down

0 comments on commit a77ce1d

Please sign in to comment.