Skip to content

Commit

Permalink
Allow installing alongside existing Rust (with warning)
Browse files Browse the repository at this point in the history
  • Loading branch information
sollyucko authored Jan 23, 2020
1 parent baf28c8 commit 703b405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/self_update.rs
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ fn do_pre_install_sanity_checks() -> Result<()> {
"run `{}` as root to uninstall Rust",
uninstaller_path.display()
);
return Err("cannot install while Rust is installed".into());
// return Err("cannot install while Rust is installed".into());
}

if rustup_sh_exists {
Expand Down

0 comments on commit 703b405

Please sign in to comment.