We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed5795b commit dc24298Copy full SHA for dc24298
tests/uutests/src/lib/util.rs
@@ -41,7 +41,7 @@ use std::os::windows::fs::{symlink_dir, symlink_file};
41
use std::path::MAIN_SEPARATOR;
42
use std::path::{Path, PathBuf};
43
#[cfg(windows)]
44
-use std::path::{MAIN_SEPARATOR, MAIN_SEPARATOR_STR};
+use std::path::MAIN_SEPARATOR_STR;
45
use std::process::{Child, Command, ExitStatus, Output, Stdio};
46
use std::rc::Rc;
47
use std::sync::mpsc::{self, RecvTimeoutError};
0 commit comments