Skip to content

Commit 02c0515

Browse files
committed
refactor(install): remove unused MAIN_SEPARATOR import
1 parent 090790f commit 02c0515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uu/install/src/install.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ use std::borrow::Cow;
2121
use std::ffi::OsString;
2222
use std::fmt::Debug;
2323
use std::fs::{self, metadata};
24-
use std::path::{MAIN_SEPARATOR, Path, PathBuf};
24+
use std::path::{Path, PathBuf};
2525
#[cfg(not(windows))]
2626
use std::process;
2727
use thiserror::Error;

0 commit comments

Comments
 (0)