Explode out even more variants of default download URLs (#329)

This commit is contained in:
Félix Saparelli 2022-09-02 16:00:46 +12:00 committed by GitHub
parent b330a18d40
commit 0cb4c993b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 98 additions and 90 deletions

View file

@ -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.