Replacing (C-not exported) in the docs
[rust-lightning] / lightning-rapid-gossip-sync / src / lib.rs
index 00aac9fd35873a8b31a218c2fa692a1664302c9a..da59b37b10a673c9420b9d2232c81758f0811f59 100644 (file)
@@ -146,7 +146,7 @@ impl<NG: Deref<Target=NetworkGraph<L>>, L: Deref> RapidGossipSync<NG, L> where L
        /// Gets a reference to the underlying [`NetworkGraph`] which was provided in
        /// [`RapidGossipSync::new`].
        ///
-       /// (C-not exported) as bindings don't support a reference-to-a-reference yet
+       /// This is not exported to bindings users as bindings don't support a reference-to-a-reference yet
        pub fn network_graph(&self) -> &NG {
                &self.network_graph
        }