We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ecb69e commit aa198b7Copy full SHA for aa198b7
library/std/src/sys/pal/windows/stdio.rs
@@ -7,7 +7,7 @@ use crate::mem::MaybeUninit;
7
use crate::os::windows::io::{FromRawHandle, IntoRawHandle};
8
use crate::sys::handle::Handle;
9
use crate::sys::{c, cvt};
10
-use crate::{cmp, io, ptr, str};
+use crate::{cmp, io, ptr};
11
12
#[cfg(test)]
13
mod tests;
0 commit comments