[docs] Replace all 'allow(missing_docs)' with basic docs

This commit is contained in:
Steve Myers
2020-12-16 13:57:01 -08:00
parent 8cfbf1f0a2
commit fb5c70fc64
4 changed files with 29 additions and 29 deletions

View File

@@ -684,9 +684,9 @@ pub enum KeyError {
/// Custom error message
Message(String),
#[allow(missing_docs)]
/// BIP32 error
BIP32(bitcoin::util::bip32::Error),
#[allow(missing_docs)]
/// Miniscript error
Miniscript(miniscript::Error),
}