diff --git a/nextest-runner/src/test_command/windows.rs b/nextest-runner/src/test_command/windows.rs index de7e7ab62f1..ccb3ee58e93 100644 --- a/nextest-runner/src/test_command/windows.rs +++ b/nextest-runner/src/test_command/windows.rs @@ -1,4 +1,3 @@ -use super::Stdio; use std::{ io, os::windows::{ffi::OsStrExt as _, io::FromRawHandle as _, prelude::OwnedHandle},