Add module and all-pub-things docs and deny missing docs
[rust-lightning] / src / chain / mod.rs
index 54b13eaa1a7af1a9c9f8382ca44083e4752b8a80..2919e08bfb9699061da0cb44246b83e8443c76be 100644 (file)
@@ -1,2 +1,5 @@
+//! Module provides structs and traits which allow other parts of rust-lightning to interact with
+//! the blockchain.
+
 pub mod chaininterface;
 pub mod transaction;