Skip to content

Commit

Permalink
Merge branch 'main' into alloy_primitives-reexport
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoratger committed Sep 26, 2024
2 parents 8fb0531 + edd8fe4 commit 3df8f8b
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions crates/primitives/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,22 +79,6 @@ pub use alloy_primitives::{
pub use reth_ethereum_forks::*;
pub use revm_primitives::{self, JumpTable};

#[doc(hidden)]
#[deprecated = "use B64 instead"]
pub type H64 = B64;
#[doc(hidden)]
#[deprecated = "use B128 instead"]
pub type H128 = B128;
#[doc(hidden)]
#[deprecated = "use Address instead"]
pub type H160 = alloy_primitives::Address;
#[doc(hidden)]
#[deprecated = "use B256 instead"]
pub type H256 = B256;
#[doc(hidden)]
#[deprecated = "use B512 instead"]
pub type H512 = B512;

#[cfg(any(test, feature = "arbitrary"))]
pub use arbitrary;

Expand Down

0 comments on commit 3df8f8b

Please sign in to comment.