[docs] Add docs to the 'policy' module

This commit is contained in:
Steve Myers
2020-12-10 14:24:30 -08:00
parent 8d6f67c764
commit 60e5cf1f8a
2 changed files with 41 additions and 7 deletions

View File

@@ -44,7 +44,6 @@ pub use miniscript::{
pub mod checksum;
mod dsl;
pub mod error;
#[allow(missing_docs)] // TODO add missing docs and remove this allow
pub mod policy;
#[allow(missing_docs)] // TODO add missing docs and remove this allow
pub mod template;