Make primitives re-exports uniform
Remove the whitespace, it should never have been there and put the attributes in the same order. Internal change only.
This commit is contained in:
parent
3e9267071f
commit
175171d339
|
@ -46,14 +46,13 @@ pub mod witness;
|
|||
|
||||
#[doc(inline)]
|
||||
pub use units::amount::{self, Amount, SignedAmount};
|
||||
#[cfg(feature = "alloc")]
|
||||
#[doc(inline)]
|
||||
#[cfg(feature = "alloc")]
|
||||
pub use units::{
|
||||
block::{BlockHeight, BlockInterval},
|
||||
fee_rate::{self, FeeRate},
|
||||
weight::{self, Weight},
|
||||
};
|
||||
|
||||
#[doc(inline)]
|
||||
#[cfg(feature = "alloc")]
|
||||
pub use self::{
|
||||
|
|
Loading…
Reference in New Issue