Skip to content

Commit b30e94b

Browse files
committed
Unbreak non-unix non-windows bootstrap
1 parent 028b6d1 commit b30e94b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bootstrap/src/bin/main.rs

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
//! parent directory, and otherwise documentation can be found throughout the `build`
66
//! directory in each respective module.
77
8-
#[cfg(all(any(unix, windows), not(target_os = "solaris")))]
98
use std::io::Write;
109
#[cfg(all(any(unix, windows), not(target_os = "solaris")))]
1110
use std::process;

0 commit comments

Comments
 (0)