Remove unqualified import io:: Error for vxworks as all Error references are qualified in process_vxworks.rs
This commit is contained in:
parent
ad12a2a5fc
commit
9732251e5f
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
use crate::fmt;
|
||||
use crate::io::{self, Error, ErrorKind};
|
||||
use crate::io::{self, ErrorKind};
|
||||
use crate::num::NonZero;
|
||||
use crate::sys;
|
||||
use crate::sys::cvt;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue