aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/util/http_downloader.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/src/util/http_downloader.rs')
-rw-r--r--crates/shirabe/src/util/http_downloader.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/src/util/http_downloader.rs b/crates/shirabe/src/util/http_downloader.rs
index c9e1e4a6..98678ad2 100644
--- a/crates/shirabe/src/util/http_downloader.rs
+++ b/crates/shirabe/src/util/http_downloader.rs
@@ -330,7 +330,7 @@ impl HttpDownloader {
};
}
- let rfs = self.rfs.as_ref().unwrap().clone();
+ let rfs = self.rfs.as_ref().unwrap();
if let Some(copy_to) = copy_to {
let (_, headers) =
rfs.borrow_mut()