Skip to content

Commit 6d26a0c

Browse files
committed
Mark io_extras module as no-export (matching its doc(hidden))
1 parent 5d0a963 commit 6d26a0c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lightning/src/lib.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,9 @@ pub use core2::io;
9595

9696
#[cfg(not(feature = "std"))]
9797
#[doc(hidden)]
98-
/// IO utilities public only for use by in-crate macros. These should not be used externally
98+
/// IO utilities public only for use by in-crate macros. These should not be used externally.
99+
///
100+
/// This is not exported to bindings users as its not intended for public consumption.
99101
pub mod io_extras {
100102
use core2::io::{self, Read, Write};
101103

0 commit comments

Comments
 (0)