[docs] Add the docs to the keys module

This commit is contained in:
Alekos Filini
2020-12-10 11:39:01 +01:00
parent 9bafdfe2d4
commit 1a90832f3a
2 changed files with 16 additions and 2 deletions

View File

@@ -256,7 +256,6 @@ pub mod database;
pub mod descriptor;
#[cfg(feature = "test-md-docs")]
mod doctest;
#[allow(missing_docs)] // TODO add missing docs and remove this allow
pub mod keys;
pub(crate) mod psbt;
#[allow(missing_docs)] // TODO add missing docs and remove this allow