Skip to content

Commit

Permalink
Use Header without symbol in reth_primitives_traits::block_prelude
Browse files Browse the repository at this point in the history
  • Loading branch information
emhane committed Nov 19, 2024
1 parent a11c59c commit cdebd41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/primitives-traits/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ extern crate alloc;

/// Helper traits for calling block header and body methods directly on block type.
pub mod block_prelude {
pub use crate::{Block, Header};
pub use crate::{Block, Header as _};
}

/// Common constants.
Expand Down

0 comments on commit cdebd41

Please sign in to comment.