Skip to content

Commit 5ed1bef

Browse files
committed
clippy
1 parent 8f6367d commit 5ed1bef

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/uu/mv/src/mv.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,8 +373,6 @@ fn exchange_files(path1: &Path, path2: &Path, opts: &Options) -> UResult<()> {
373373
Ok(())
374374
}
375375
Err(err) => {
376-
use nix::errno::Errno;
377-
378376
match err {
379377
nix::Error::ENOTSUP | nix::Error::EINVAL => Err(USimpleError::new(
380378
1,

0 commit comments

Comments
 (0)