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)]
|
#[doc(inline)]
|
||||||
pub use units::amount::{self, Amount, SignedAmount};
|
pub use units::amount::{self, Amount, SignedAmount};
|
||||||
#[cfg(feature = "alloc")]
|
|
||||||
#[doc(inline)]
|
#[doc(inline)]
|
||||||
|
#[cfg(feature = "alloc")]
|
||||||
pub use units::{
|
pub use units::{
|
||||||
block::{BlockHeight, BlockInterval},
|
block::{BlockHeight, BlockInterval},
|
||||||
fee_rate::{self, FeeRate},
|
fee_rate::{self, FeeRate},
|
||||||
weight::{self, Weight},
|
weight::{self, Weight},
|
||||||
};
|
};
|
||||||
|
|
||||||
#[doc(inline)]
|
#[doc(inline)]
|
||||||
#[cfg(feature = "alloc")]
|
#[cfg(feature = "alloc")]
|
||||||
pub use self::{
|
pub use self::{
|
||||||
|
|
Loading…
Reference in New Issue