Unbreak non-unix non-windows bootstrap
This commit is contained in:
parent
028b6d152e
commit
b30e94b7bb
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@
|
|||
//! parent directory, and otherwise documentation can be found throughout the `build`
|
||||
//! directory in each respective module.
|
||||
|
||||
#[cfg(all(any(unix, windows), not(target_os = "solaris")))]
|
||||
use std::io::Write;
|
||||
#[cfg(all(any(unix, windows), not(target_os = "solaris")))]
|
||||
use std::process;
|
||||
|
|
Loading…
Add table
Reference in a new issue