Browse Source

cargo fmt

cl-test
Alex Crichton 7 years ago
parent
commit
bc21e46357
  1. 2
      src/lib.rs

2
src/lib.rs

@ -1654,7 +1654,7 @@ impl Build {
// interpretation at all, just pass it on through. This'll hopefully get
// us to support spaces-in-paths.
if Path::new(&tool).exists() {
return Some((tool, None, Vec::new()))
return Some((tool, None, Vec::new()));
}
// Ok now we want to handle a couple of scenarios. We'll assume from

Loading…
Cancel
Save