Skip to content

Commit edd8fe4

Browse files
authored
primitives: rm H* deprecated types (paradigmxyz#11246)
1 parent 42d2e48 commit edd8fe4

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

Diff for: crates/primitives/src/lib.rs

-16
Original file line numberDiff line numberDiff line change
@@ -80,22 +80,6 @@ pub use alloy_primitives::{
8080
pub use reth_ethereum_forks::*;
8181
pub use revm_primitives::{self, JumpTable};
8282

83-
#[doc(hidden)]
84-
#[deprecated = "use B64 instead"]
85-
pub type H64 = B64;
86-
#[doc(hidden)]
87-
#[deprecated = "use B128 instead"]
88-
pub type H128 = B128;
89-
#[doc(hidden)]
90-
#[deprecated = "use Address instead"]
91-
pub type H160 = Address;
92-
#[doc(hidden)]
93-
#[deprecated = "use B256 instead"]
94-
pub type H256 = B256;
95-
#[doc(hidden)]
96-
#[deprecated = "use B512 instead"]
97-
pub type H512 = B512;
98-
9983
#[cfg(any(test, feature = "arbitrary"))]
10084
pub use arbitrary;
10185

0 commit comments

Comments
 (0)