Kaspa fork of the bip32 crate inherited a bip39 feature which has been removed as bip39 (mnemonic handling) is an integral part of the kaspa-bip32 crate. However, a left-over cfg_attr() gate was not noticed as it was specific for docs.rs resulting in docs.rs build failure. This PR cleans this up.
Kaspa fork of the
bip32
crate inherited abip39
feature which has been removed asbip39
(mnemonic handling) is an integral part of thekaspa-bip32
crate. However, a left-overcfg_attr()
gate was not noticed as it was specific fordocs.rs
resulting in docs.rs build failure. This PR cleans this up.