We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 52a0d13 + 0944860 commit c5f215aCopy full SHA for c5f215a
src/bootstrap/job.rs
@@ -134,7 +134,7 @@ pub unsafe fn setup(build: &mut Build) {
134
// If this failed, well at least we tried! An example of DuplicateHandle
135
// failing in the past has been when the wrong python2 package spawned this
136
// build system (e.g., the `python2` package in MSYS instead of
137
- // `mingw-w64-x86_64-python2`. Not sure why it failed, but the "failure
+ // `mingw-w64-x86_64-python2`). Not sure why it failed, but the "failure
138
// mode" here is that we only clean everything up when the build system
139
// dies, not when the python parent does, so not too bad.
140
if r.is_err() {
0 commit comments