about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2023-12-12 13:11:39 -0800
committerDavid Tolnay <dtolnay@gmail.com>2023-12-12 13:11:39 -0800
commitb30e94b7bb7dda49e6a4615c15d08393c541b390 (patch)
tree4aa04168abde2768f30faa293b151f5b2583df3f
parent028b6d152e904bbc02dc3cd67e4cbdffcbd039e1 (diff)
downloadrust-b30e94b7bb7dda49e6a4615c15d08393c541b390.tar.gz
rust-b30e94b7bb7dda49e6a4615c15d08393c541b390.zip
Unbreak non-unix non-windows bootstrap
-rw-r--r--src/bootstrap/src/bin/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bootstrap/src/bin/main.rs b/src/bootstrap/src/bin/main.rs
index 32f6a3f80d0..fd103876319 100644
--- a/src/bootstrap/src/bin/main.rs
+++ b/src/bootstrap/src/bin/main.rs
@@ -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;