Skip to content

Commit

Permalink
compilation error found in windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
tsloughter committed Sep 15, 2024
1 parent 49bc416 commit 9ef0527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/component_install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ fn set_permissions(to: &PathBuf) -> Result<()> {
}

#[cfg(windows)]
fn set_permissions(to: PathBuf) -> Result<()> {
fn set_permissions(_to: &PathBuf) -> Result<()> {
Ok(())
}

Expand Down

0 comments on commit 9ef0527

Please sign in to comment.