Replacing (C-not exported) in the docs
[rust-lightning] / lightning-invoice / src / ser.rs
index a6ccf873f3d0dd2117714a51fd267f954ca7f91a..c9fca01f11f48fa9923e7d748ec824f43622b7f6 100644 (file)
@@ -124,7 +124,7 @@ impl Display for SignedRawInvoice {
        }
 }
 
-/// (C-not exported)
+/// This is not exported to bindings users
 impl Display for RawHrp {
        fn fmt(&self, f: &mut Formatter) -> Result<(), fmt::Error> {
                let amount = match self.raw_amount {