1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-03 06:27:45 +00:00

Fix test build

This commit is contained in:
Michael Gehring 2015-09-28 09:52:27 +02:00
parent a5e6f8f485
commit 9ffa50848d

View file

@ -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;