Rustfmt (fixes #16)

This commit is contained in:
Roey Darwish Dror
2018-06-07 22:36:32 +03:00
parent 63af73ead6
commit 228a131185
2 changed files with 11 additions and 0 deletions

View File

@@ -100,6 +100,11 @@ fn main() -> Result<(), Error> {
}
}
if let Ok(rustup) = which("rustup") {
terminal.print_separator("rustup");
run_rustup(&rustup).report("rustup", &mut reports);
}
let cargo_upgrade = home_path(".cargo/bin/cargo-install-update");
if cargo_upgrade.exists() {
terminal.print_separator("Cargo");