clippy
This commit is contained in:
parent
7965314c6b
commit
8685961eed
@ -239,7 +239,7 @@ fn update_dir(
|
|||||||
"[{}] Downloading outdated or missing files for {}, {}",
|
"[{}] Downloading outdated or missing files for {}, {}",
|
||||||
"Info".bright_magenta(),
|
"Info".bright_magenta(),
|
||||||
remote_dir,
|
remote_dir,
|
||||||
misc::human_readable_bytes(total_download_size(&files_to_download, &remote_dir))
|
misc::human_readable_bytes(total_download_size(&files_to_download, remote_dir))
|
||||||
);
|
);
|
||||||
for file in files_to_download {
|
for file in files_to_download {
|
||||||
let file_name = &file.name.replace(&format!("{}/", remote_dir), "/");
|
let file_name = &file.name.replace(&format!("{}/", remote_dir), "/");
|
||||||
|
Loading…
Reference in New Issue
Block a user