From 175171d339959cbbd96dcb8e9a2e0da43535c422 Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Thu, 14 Nov 2024 08:58:32 +1100 Subject: [PATCH] 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. --- primitives/src/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/primitives/src/lib.rs b/primitives/src/lib.rs index b04d624da..b01432e39 100644 --- a/primitives/src/lib.rs +++ b/primitives/src/lib.rs @@ -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::{