Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b30e94b

Browse files
committedDec 12, 2023
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)
Failed to load comments.