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:
parent
1f3d05ea98
commit
646ee1a837
|
@ -54,7 +54,7 @@ use self::error::P2shError;
|
|||
#[rustfmt::skip] // Keep public re-exports separate.
|
||||
#[doc(inline)]
|
||||
pub use self::{
|
||||
error::{NetworkValidationError, ParseError, UnknownAddressTypeError, UnknownHrpError, FromScriptError, },
|
||||
error::{FromScriptError, NetworkValidationError, ParseError, UnknownAddressTypeError, UnknownHrpError},
|
||||
};
|
||||
|
||||
/// The different types of addresses.
|
||||
|
|
Loading…
Reference in New Issue