We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 707d8c3 commit 72d5f4bCopy full SHA for 72d5f4b
library/std/src/io/mod.rs
@@ -317,6 +317,7 @@ pub use self::stdio::set_output_capture;
317
#[stable(feature = "is_terminal", since = "1.70.0")]
318
pub use self::stdio::IsTerminal;
319
#[unstable(feature = "print_internals", issue = "none")]
320
+#[doc(hidden)]
321
pub use self::stdio::{_eprint, _print};
322
#[stable(feature = "rust1", since = "1.0.0")]
323
pub use self::{
0 commit comments