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:
Tobin C. Harding 2024-11-14 08:58:32 +11:00
parent 3e9267071f
commit 175171d339
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 1 additions and 2 deletions

View File

@ -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::{