mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-05-01 17:50:03 +00:00
Explode out even more variants of default download URLs (#329)
This commit is contained in:
parent
b330a18d40
commit
0cb4c993b3
4 changed files with 98 additions and 90 deletions
|
@ -25,7 +25,7 @@ where
|
|||
block_in_place(move || {
|
||||
fs::create_dir_all(path.parent().unwrap())?;
|
||||
|
||||
let mut file = fs::File::create(&path)?;
|
||||
let mut file = fs::File::create(path)?;
|
||||
|
||||
// remove it unless the operation isn't aborted and no write
|
||||
// fails.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue