diff options
| author | Jacob Pratt <jacob@jhpratt.dev> | 2023-10-27 04:30:49 -0400 |
|---|---|---|
| committer | Jacob Pratt <jacob@jhpratt.dev> | 2023-10-27 04:30:49 -0400 |
| commit | 72d5f4b1dce3e2ae15ced8f97a567fd64face5e1 (patch) | |
| tree | 65ee4f5f5e1ab753d00576f177cab517c3b986e1 /library/std | |
| parent | 707d8c3f1bba10d5aaa9c8719c410711edf2e227 (diff) | |
| download | rust-72d5f4b1dce3e2ae15ced8f97a567fd64face5e1.tar.gz rust-72d5f4b1dce3e2ae15ced8f97a567fd64face5e1.zip | |
Hide internal methods from documentation
Diffstat (limited to 'library/std')
| -rw-r--r-- | library/std/src/io/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/std/src/io/mod.rs b/library/std/src/io/mod.rs index bca5d859b66..aa9a2482d2d 100644 --- a/library/std/src/io/mod.rs +++ b/library/std/src/io/mod.rs @@ -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::{ |
