[pve-devel] [PATCH FIXUP proxmox-offline-mirror] clippy fix
Fabian Grünbichler
f.gruenbichler at proxmox.com
Thu Sep 15 16:34:31 CEST 2022
Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---
not really important, but can be folded into the patch since it's not
yet applied ;)
src/mirror.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mirror.rs b/src/mirror.rs
index f5ee48e..a1fc1a0 100644
--- a/src/mirror.rs
+++ b/src/mirror.rs
@@ -280,7 +280,7 @@ fn fetch_index_file(
Some(Ok(res)) => Some(Ok(res)),
_ => Some(fetch_plain_file(
config,
- &url,
+ url,
&path,
reference.size,
&reference.checksums,
--
2.30.2
More information about the pve-devel
mailing list