Skip to content

Commit 86a63d8

Browse files
authored
Merge pull request #239 from RCasatta/export_error
export ConversionError
2 parents d082cc4 + a0db8b7 commit 86a63d8

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)