We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
H*
1 parent 42d2e48 commit edd8fe4Copy full SHA for edd8fe4
crates/primitives/src/lib.rs
@@ -80,22 +80,6 @@ pub use alloy_primitives::{
80
pub use reth_ethereum_forks::*;
81
pub use revm_primitives::{self, JumpTable};
82
83
-#[doc(hidden)]
84
-#[deprecated = "use B64 instead"]
85
-pub type H64 = B64;
86
87
-#[deprecated = "use B128 instead"]
88
-pub type H128 = B128;
89
90
-#[deprecated = "use Address instead"]
91
-pub type H160 = Address;
92
93
-#[deprecated = "use B256 instead"]
94
-pub type H256 = B256;
95
96
-#[deprecated = "use B512 instead"]
97
-pub type H512 = B512;
98
-
99
#[cfg(any(test, feature = "arbitrary"))]
100
pub use arbitrary;
101
0 commit comments