Unbreak non-unix non-windows bootstrap

This commit is contained in:
David Tolnay 2023-12-12 13:11:39 -08:00
parent 028b6d152e
commit b30e94b7bb
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -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;