Skip to content

Commit

Permalink
Enable clippy's empty_line_after_outer_attr linter (paradigmxyz#7200)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtraglia authored and Ruteri committed Apr 17, 2024
1 parent 6506e69 commit ed4987e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion crates/ethereum-forks/src/forkid.rs
Expand Up @@ -108,7 +108,6 @@ impl From<ForkFilterKey> for u64 {
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
#[cfg_attr(any(test, feature = "arbitrary"), derive(PropTestArbitrary, Arbitrary))]
#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, RlpEncodable, RlpDecodable, RlpMaxEncodedLen)]

pub struct ForkId {
/// CRC32 checksum of the all fork blocks and timestamps from genesis.
pub hash: ForkHash,
Expand Down
1 change: 0 additions & 1 deletion crates/net/eth-wire/src/errors/eth.rs
Expand Up @@ -79,7 +79,6 @@ impl From<alloy_rlp::Error> for EthStreamError {

/// Error that can occur during the `eth` sub-protocol handshake.
#[derive(thiserror::Error, Debug)]

pub enum EthHandshakeError {
/// Status message received or sent outside of the handshake process.
#[error("status message can only be recv/sent in handshake")]
Expand Down
1 change: 0 additions & 1 deletion crates/node-core/src/args/rpc_state_cache_args.rs
Expand Up @@ -7,7 +7,6 @@ use reth_rpc::eth::cache::{
/// Parameters to configure RPC state cache.
#[derive(Debug, Clone, Args, PartialEq, Eq)]
#[command(next_help_heading = "RPC State Cache")]

pub struct RpcStateCacheArgs {
/// Max number of blocks in cache.
#[arg(
Expand Down

0 comments on commit ed4987e

Please sign in to comment.