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:
parent
d672fe098e
commit
cbac771340
1 changed files with 0 additions and 2 deletions
|
@ -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"))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue