Skip to content

Commit

Permalink
clippy fix
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Varlakov <[email protected]>
  • Loading branch information
survived committed Oct 10, 2024
1 parent 94ae5ed commit d4c87d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ impl<'de, E: Curve> serde::Deserialize<'de> for ExtendedKeyPair<E> {

/// * `$t` - type to monomorphise for, like `Slip10` or `Edwards`
/// * `$m` - current module, module where these functions will appear. Used in doc
/// tests only
/// tests only
/// * `$e` - curve supported by this HD derivation, used in doc tests only
macro_rules! create_aliases {
($t:ty, $m:expr) => { $crate::create_aliases!($t, $m, hd_wallet::curves::Secp256k1); };
Expand Down

0 comments on commit d4c87d2

Please sign in to comment.