Skip to content

Commit

Permalink
fix(primitives): include in aliases export to prevent having to impor…
Browse files Browse the repository at this point in the history
…t from `aliases::{..}` (#655)

include in aliases export to prevent having to import from aliases::{..}
  • Loading branch information
zerosnacks authored Jun 10, 2024
1 parent 155f7cc commit bdad527
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/primitives/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ pub mod postgres;
pub mod aliases;
#[doc(no_inline)]
pub use aliases::{
BlockHash, BlockNumber, ChainId, Selector, StorageKey, StorageValue, TxHash, TxIndex, TxNumber,
B128, B256, B512, B64, I128, I16, I160, I256, I32, I64, I8, U128, U16, U160, U256, U32, U512,
U64, U8,
BlockHash, BlockNumber, BlockTimestamp, ChainId, Selector, StorageKey, StorageValue, TxHash,
TxIndex, TxNonce, TxNumber, B128, B256, B512, B64, I128, I16, I160, I256, I32, I64, I8, U128,
U16, U160, U256, U32, U512, U64, U8,
};

#[macro_use]
Expand Down

0 comments on commit bdad527

Please sign in to comment.