Skip to content

Commit 9732251

Browse files
author
B I Mohammed Abbas
committed
Remove unqualified import io:: Error for vxworks as all Error references are qualified in process_vxworks.rs
1 parent ad12a2a commit 9732251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/sys/pal/unix/process/process_vxworks.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
use crate::fmt;
2-
use crate::io::{self, Error, ErrorKind};
2+
use crate::io::{self, ErrorKind};
33
use crate::num::NonZero;
44
use crate::sys;
55
use crate::sys::cvt;

0 commit comments

Comments
 (0)