We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc9cd4a commit 7674ae1Copy full SHA for 7674ae1
library/std/src/io/util.rs
@@ -4,7 +4,9 @@
4
mod tests;
5
6
use crate::fmt;
7
-use crate::io::{self, BufRead, Initializer, IoSlice, IoSliceMut, Read, Seek, SeekFrom, SizeHint, Write};
+use crate::io::{
8
+ self, BufRead, Initializer, IoSlice, IoSliceMut, Read, Seek, SeekFrom, SizeHint, Write,
9
+};
10
11
/// A reader which is always at EOF.
12
///
0 commit comments