Generate docs with features for docs.rs
[rust-lightning] / lightning-background-processor / src / lib.rs
index 8ed0014a72dbc94fda3dd8e2d311120ee23e234f..f2058b108ce4c32c677787173ba107c76d2f3728 100644 (file)
@@ -6,6 +6,8 @@
 #![deny(missing_docs)]
 #![deny(unsafe_code)]
 
+#![cfg_attr(docsrs, feature(doc_auto_cfg))]
+
 #[macro_use] extern crate lightning;
 
 use lightning::chain;