We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 467b64b commit fef2e32Copy full SHA for fef2e32
src/io/stdio.rs
@@ -2,8 +2,8 @@
2
//!
3
//! This module is a port of `libstd/io/stdio.rs`,and contains internal types for `print`/`eprint`.
4
5
-use crate::prelude::*;
6
use crate::io::{stderr, stdout};
+use crate::prelude::*;
7
use std::fmt;
8
9
#[doc(hidden)]
0 commit comments