Skip to content

Commit 5ac0ca7

Browse files
authored
Unrolled build for rust-lang#117270
Rollup merge of rust-lang#117270 - jhpratt:hide-print-internals, r=ChrisDenton Hide internal methods from documentation The two methods here are perma-unstable and only made public for technical reasons. There is no reason to show them in documentation. `@rustbot` label +A-docs
2 parents 59bb950 + 72d5f4b commit 5ac0ca7

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)