mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-21 13:08:42 +00:00
Fix syntax
This commit is contained in:
parent
f2905dd46e
commit
7ce1ac4ee6
1 changed files with 1 additions and 6 deletions
|
@ -199,11 +199,6 @@ pub fn get_install_path<P: AsRef<Path>>(install_path: Option<P>) -> Option<PathB
|
|||
}
|
||||
|
||||
dir
|
||||
debug!("Fallback to {}", d.display());
|
||||
return Some(d);
|
||||
}
|
||||
|
||||
None
|
||||
}
|
||||
|
||||
pub fn confirm() -> Result<(), BinstallError> {
|
||||
|
|
Loading…
Add table
Reference in a new issue