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