Skip to content

Commit 9a503c4

Browse files
committed
DONT MERGE: demonstrate crates-io checks still works
1 parent 5163133 commit 9a503c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/home/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,6 @@ pub fn rustup_home() -> io::Result<PathBuf> {
141141

142142
/// Returns the storage directory used by rustup within `cwd`.
143143
/// For more details, see [`rustup_home`](fn.rustup_home.html).
144-
pub fn rustup_home_with_cwd(cwd: &Path) -> io::Result<PathBuf> {
144+
pub fn rustup_home_with_cwd(cwd: &Path, _unused: usize) -> io::Result<PathBuf> {
145145
env::rustup_home_with_cwd_env(&env::OS_ENV, cwd)
146146
}

0 commit comments

Comments
 (0)