mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-21 13:08:42 +00:00
Fix confusing comment in helpers::cargo_home
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
3838219d89
commit
49f665d680
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ pub fn cargo_home() -> Result<&'static Path, io::Error> {
|
||||||
return Ok(p);
|
return Ok(p);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Standard $HOME/.cargo/bin
|
// Standard $HOME/.cargo
|
||||||
if let Some(mut d) = dirs::home_dir() {
|
if let Some(mut d) = dirs::home_dir() {
|
||||||
d.push(".cargo");
|
d.push(".cargo");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue