Make offers module public
[rust-lightning] / lightning / src / offers / offer.rs
index a2008b6a0b5a0899e47c09c495829fd6a567bfd4..a535b378250afbd335bf790680c3f157f75d042c 100644 (file)
@@ -13,7 +13,7 @@
 //! published as a QR code to be scanned by a customer. The customer uses the offer to request an
 //! invoice from the merchant to be paid.
 //!
-//! ```ignore
+//! ```
 //! extern crate bitcoin;
 //! extern crate core;
 //! extern crate lightning;