mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-09-15 19:36:16 +00:00
touch: remove unnecessary "extern crate"s
This commit is contained in:
parent
213bbb8e54
commit
81b1bc1fa7
2 changed files with 3 additions and 5 deletions
|
@ -6,10 +6,8 @@
|
|||
// See https://github.com/time-rs/time/issues/293#issuecomment-946382614=
|
||||
// Defined in .cargo/config
|
||||
|
||||
extern crate touch;
|
||||
use self::touch::filetime::{self, FileTime};
|
||||
use filetime::FileTime;
|
||||
|
||||
extern crate time;
|
||||
use time::macros::format_description;
|
||||
|
||||
use crate::common::util::{AtPath, TestScenario};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue