Skip to content

Commit b6b259c

Browse files
committed
Mark io::Cursor as no-export in bindings
1 parent 7224664 commit b6b259c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lightning/src/io/mod.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
pub use bitcoin::io::*;
22

33
/// Emulation of std::io::Cursor
4+
///
5+
/// This is not exported to bindings users as serialization is done via a bindings-specific
6+
/// pipeline.
47
#[derive(Clone, Debug, Default, Eq, PartialEq)]
58
pub struct Cursor<T> {
69
inner: T,

0 commit comments

Comments
 (0)