Skip to content

Commit

Permalink
Hide internal methods from documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpratt committed Oct 27, 2023
1 parent 707d8c3 commit 72d5f4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/std/src/io/mod.rs
Original file line number Diff line number Diff line change
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 72d5f4b

Please sign in to comment.