Skip to content

Commit 6ac3948

Browse files
committed
cargo fmt
Signed-off-by: Yoshua Wuyts <[email protected]>
1 parent 7bce702 commit 6ac3948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/io/stdio.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
//!
33
//! This module is a port of `libstd/io/stdio.rs`,and contains internal types for `print`/`eprint`.
44
5-
use crate::prelude::*;
65
use crate::io::{stderr, stdout};
6+
use crate::prelude::*;
77
use std::fmt;
88

99
#[doc(hidden)]

0 commit comments

Comments
 (0)