[docs] Add more docs to 'types.rs'

This commit is contained in:
Steve Myers
2020-12-16 11:33:34 -08:00
parent 635d98c069
commit 8cfbf1f0a2
2 changed files with 12 additions and 2 deletions

View File

@@ -258,7 +258,6 @@ pub mod descriptor;
mod doctest;
pub mod keys;
pub(crate) mod psbt;
#[allow(missing_docs)] // TODO add missing docs and remove this allow
pub(crate) mod types;
pub mod wallet;