We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46812bf + d64c142 commit 8662c33Copy full SHA for 8662c33
src/cli/self_update/unix.rs
@@ -140,7 +140,7 @@ pub(crate) fn run_update(setup_path: &Path) -> Result<utils::ExitCode> {
140
}
141
142
/// This function is as the final step of a self-upgrade. It replaces
143
-/// `CARGO_HOME`/bin/rustup with the running exe, and updates the the
+/// `CARGO_HOME`/bin/rustup with the running exe, and updates the
144
/// links to it.
145
pub(crate) fn self_replace() -> Result<utils::ExitCode> {
146
install_bins()?;
0 commit comments