Skip to content

Commit aa198b7

Browse files
author
Robert Bastian
committed
and windows
1 parent 4ecb69e commit aa198b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/sys/pal/windows/stdio.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use crate::mem::MaybeUninit;
77
use crate::os::windows::io::{FromRawHandle, IntoRawHandle};
88
use crate::sys::handle::Handle;
99
use crate::sys::{c, cvt};
10-
use crate::{cmp, io, ptr, str};
10+
use crate::{cmp, io, ptr};
1111

1212
#[cfg(test)]
1313
mod tests;

0 commit comments

Comments
 (0)