mirror of
https://github.com/uutils/coreutils
synced 2024-12-16 08:12:39 +00:00
commit
e82244d604
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#![allow(dead_code)]
|
||||
|
||||
use std::env;
|
||||
use std::fs::{self, File, PathExt};
|
||||
use std::fs::{self, File};
|
||||
use std::io::{Read, Write};
|
||||
#[cfg(unix)]
|
||||
use std::os::unix::fs::symlink as symlink_file;
|
||||
|
|
Loading…
Reference in a new issue