Skip to content

Commit af25259

Browse files
Robert Bastianrobertbastian
Robert Bastian
authored andcommitted
and windows
1 parent 38d9388 commit af25259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)