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.
1 parent 8bec172 commit 3b95226Copy full SHA for 3b95226
src/bin/rustup-init.rs
@@ -67,7 +67,7 @@ fn run_rustup_inner() -> Result<utils::ExitCode> {
67
Ok(v) => Some(v),
68
Err(_) => process().args().next(),
69
}
70
- .map(PathBuf::from);
+ .map(PathBuf::from);
71
let name = arg0
72
.as_ref()
73
.and_then(|a| a.file_stem())
0 commit comments