Skip to content

Commit 72d5f4b

Browse files
committed
Hide internal methods from documentation
1 parent 707d8c3 commit 72d5f4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/std/src/io/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@ pub use self::stdio::set_output_capture;
317317
#[stable(feature = "is_terminal", since = "1.70.0")]
318318
pub use self::stdio::IsTerminal;
319319
#[unstable(feature = "print_internals", issue = "none")]
320+
#[doc(hidden)]
320321
pub use self::stdio::{_eprint, _print};
321322
#[stable(feature = "rust1", since = "1.0.0")]
322323
pub use self::{

0 commit comments

Comments
 (0)