We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad12a2a commit 9732251Copy full SHA for 9732251
library/std/src/sys/pal/unix/process/process_vxworks.rs
@@ -1,5 +1,5 @@
1
use crate::fmt;
2
-use crate::io::{self, Error, ErrorKind};
+use crate::io::{self, ErrorKind};
3
use crate::num::NonZero;
4
use crate::sys;
5
use crate::sys::cvt;
0 commit comments