forked from mirror/async-std
cargo fmt
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
This commit is contained in:
parent
467b64b6e7
commit
fef2e32a3c
1 changed files with 1 additions and 1 deletions
|
@ -2,8 +2,8 @@
|
|||
//!
|
||||
//! This module is a port of `libstd/io/stdio.rs`,and contains internal types for `print`/`eprint`.
|
||||
|
||||
use crate::prelude::*;
|
||||
use crate::io::{stderr, stdout};
|
||||
use crate::prelude::*;
|
||||
use std::fmt;
|
||||
|
||||
#[doc(hidden)]
|
||||
|
|
Loading…
Reference in a new issue