Skip to content

Commit

Permalink
Unrolled build for rust-lang#117270
Browse files Browse the repository at this point in the history
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
  • Loading branch information
rust-timer committed Oct 27, 2023
2 parents 59bb950 + 72d5f4b commit 5ac0ca7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/std/src/io/mod.rs
Expand Up @@ -317,6 +317,7 @@ pub use self::stdio::set_output_capture;
#[stable(feature = "is_terminal", since = "1.70.0")]
pub use self::stdio::IsTerminal;
#[unstable(feature = "print_internals", issue = "none")]
#[doc(hidden)]
pub use self::stdio::{_eprint, _print};
#[stable(feature = "rust1", since = "1.0.0")]
pub use self::{
Expand Down

0 comments on commit 5ac0ca7

Please sign in to comment.