Skip to content

Commit

Permalink
DONT MERGE: demonstrate crates-io checks still works
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo committed Dec 13, 2023
1 parent 5163133 commit 9a503c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/home/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,6 @@ pub fn rustup_home() -> io::Result<PathBuf> {

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

0 comments on commit 9a503c4

Please sign in to comment.