diff options
| author | David Tolnay <dtolnay@gmail.com> | 2023-12-12 13:11:39 -0800 |
|---|---|---|
| committer | David Tolnay <dtolnay@gmail.com> | 2023-12-12 13:11:39 -0800 |
| commit | b30e94b7bb7dda49e6a4615c15d08393c541b390 (patch) | |
| tree | 4aa04168abde2768f30faa293b151f5b2583df3f | |
| parent | 028b6d152e904bbc02dc3cd67e4cbdffcbd039e1 (diff) | |
| download | rust-b30e94b7bb7dda49e6a4615c15d08393c541b390.tar.gz rust-b30e94b7bb7dda49e6a4615c15d08393c541b390.zip | |
Unbreak non-unix non-windows bootstrap
| -rw-r--r-- | src/bootstrap/src/bin/main.rs | 1 |
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; |
