We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bce702 commit 6ac3948Copy full SHA for 6ac3948
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