Remove unqualified import io:: Error for vxworks as all Error referen… · model-checking/verify-rust-std@a0a438a (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Commit a0a438a
B I Mohammed Abbas
committed
Remove unqualified import io:: Error for vxworks as all Error references are qualified in process_vxworks.rs
File tree
1 file changed
lines changed
- std/src/sys/pal/unix/process
1 file changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
1 | 1 | use crate::fmt; |
2 | -use crate::io::{self, Error, ErrorKind}; | |
2 | +use crate::io::{self, ErrorKind}; | |
3 | 3 | use crate::num::NonZero; |
4 | 4 | use crate::sys; |
5 | 5 | use crate::sys::cvt; |