Put re-exports in alphabetic order

We skip formatting of public re-exports; manually format the re-exports
by putting the types in alphabetic order.
This commit is contained in:
Tobin C. Harding 2024-02-29 09:43:43 +11:00
parent 1f3d05ea98
commit 646ee1a837
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ use self::error::P2shError;
#[rustfmt::skip] // Keep public re-exports separate. #[rustfmt::skip] // Keep public re-exports separate.
#[doc(inline)] #[doc(inline)]
pub use self::{ pub use self::{
error::{NetworkValidationError, ParseError, UnknownAddressTypeError, UnknownHrpError, FromScriptError, }, error::{FromScriptError, NetworkValidationError, ParseError, UnknownAddressTypeError, UnknownHrpError},
}; };
/// The different types of addresses. /// The different types of addresses.