mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-14 21:16:50 +00:00
x.py fmt
This commit is contained in:
parent
e11d8d147b
commit
d582f1092b
@ -2178,11 +2178,7 @@ impl<'a> Builder<'a> {
|
||||
}
|
||||
|
||||
// Only execute if it's supposed to run as default
|
||||
if desc.default && should_run.is_really_default() {
|
||||
self.ensure(step)
|
||||
} else {
|
||||
None
|
||||
}
|
||||
if desc.default && should_run.is_really_default() { self.ensure(step) } else { None }
|
||||
}
|
||||
|
||||
/// Checks if any of the "should_run" paths is in the `Builder` paths.
|
||||
|
Loading…
Reference in New Issue
Block a user