mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-01 05:27:45 +00:00
fix: remove unused imports
This commit is contained in:
parent
a046d94e75
commit
16d39cafcc
2 changed files with 1 additions and 4 deletions
|
@ -24,9 +24,6 @@ extern crate walkdir;
|
||||||
#[cfg(unix)]
|
#[cfg(unix)]
|
||||||
extern crate xattr;
|
extern crate xattr;
|
||||||
|
|
||||||
#[cfg(windows)]
|
|
||||||
use std::os::windows::io::AsRawHandle;
|
|
||||||
|
|
||||||
#[cfg(windows)]
|
#[cfg(windows)]
|
||||||
extern crate kernel32;
|
extern crate kernel32;
|
||||||
#[cfg(windows)]
|
#[cfg(windows)]
|
||||||
|
|
|
@ -16,7 +16,7 @@ extern crate libc;
|
||||||
extern crate uucore;
|
extern crate uucore;
|
||||||
|
|
||||||
use std::fs;
|
use std::fs;
|
||||||
use std::path::{Path, PathBuf};
|
use std::path::Path;
|
||||||
|
|
||||||
static NAME: &'static str = "mkdir";
|
static NAME: &'static str = "mkdir";
|
||||||
static VERSION: &'static str = env!("CARGO_PKG_VERSION");
|
static VERSION: &'static str = env!("CARGO_PKG_VERSION");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue