From e1af1c2623e4bd538083afa97cefa9a65b3146af Mon Sep 17 00:00:00 2001 From: Bulat Kurbanov Date: Tue, 14 Oct 2025 18:06:56 +0200 Subject: [PATCH] Simplify error mapping in download_file --- src/updater.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/updater.rs b/src/updater.rs index e34a2ef..a8d9c80 100644 --- a/src/updater.rs +++ b/src/updater.rs @@ -55,7 +55,7 @@ async fn download_file(filename_str: &str) -> Result<(), Box