Skip to content

Commit

Permalink
Rollup merge of #117270 - jhpratt:hide-print-internals, r=ChrisDenton
Browse files Browse the repository at this point in the history
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
matthiaskrgr committed Oct 27, 2023
2 parents c3d56be + 72d5f4b commit 60b071f
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 60b071f

Please sign in to comment.