Skip to content

Commit a0db8b7

Browse files
committed
export ConversionError
1 parent d082cc4 commit a0db8b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/descriptor/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ pub use self::sortedmulti::SortedMultiVec;
5454
mod checksum;
5555
mod key;
5656
pub use self::key::{
57-
DescriptorKeyParseError, DescriptorPublicKey, DescriptorSecretKey, DescriptorSinglePriv,
58-
DescriptorSinglePub, DescriptorXKey, InnerXKey, Wildcard,
57+
ConversionError, DescriptorKeyParseError, DescriptorPublicKey, DescriptorSecretKey,
58+
DescriptorSinglePriv, DescriptorSinglePub, DescriptorXKey, InnerXKey, Wildcard,
5959
};
6060

6161
/// Alias type for a map of public key to secret key

0 commit comments

Comments
 (0)