1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-09-15 19:36:16 +00:00

core/fs: remove unused import on redox

This commit is contained in:
Jeremy Soller 2021-08-06 13:22:17 -06:00
parent d672fe098e
commit cbac771340
No known key found for this signature in database
GPG key ID: E988B49EE78A7FB1

View file

@ -15,8 +15,6 @@ use libc::{
use std::borrow::Cow;
use std::env;
use std::fs;
#[cfg(target_os = "redox")]
use std::io;
use std::io::Result as IOResult;
use std::io::{Error, ErrorKind};
#[cfg(any(unix, target_os = "redox"))]