We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 090790f commit 02c0515Copy full SHA for 02c0515
src/uu/install/src/install.rs
@@ -21,7 +21,7 @@ use std::borrow::Cow;
21
use std::ffi::OsString;
22
use std::fmt::Debug;
23
use std::fs::{self, metadata};
24
-use std::path::{MAIN_SEPARATOR, Path, PathBuf};
+use std::path::{Path, PathBuf};
25
#[cfg(not(windows))]
26
use std::process;
27
use thiserror::Error;
0 commit comments