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 5163133 commit 9a503c4Copy full SHA for 9a503c4
crates/home/src/lib.rs
@@ -141,6 +141,6 @@ pub fn rustup_home() -> io::Result<PathBuf> {
141
142
/// Returns the storage directory used by rustup within `cwd`.
143
/// For more details, see [`rustup_home`](fn.rustup_home.html).
144
-pub fn rustup_home_with_cwd(cwd: &Path) -> io::Result<PathBuf> {
+pub fn rustup_home_with_cwd(cwd: &Path, _unused: usize) -> io::Result<PathBuf> {
145
env::rustup_home_with_cwd_env(&env::OS_ENV, cwd)
146
}
0 commit comments