summaryrefslogtreecommitdiff
path: root/cli/http_cache.rs
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-08-10 17:31:05 -0400
committerGitHub <noreply@github.com>2020-08-10 17:31:05 -0400
commit7d01fcbb77169d446d58a5d8c1aa113a925092a0 (patch)
treefef5b3ab1e0d020b982a2692878039423ea6fcd3 /cli/http_cache.rs
parent52c1017a74059655f9424f7ceb3f0c74dcc7f3be (diff)
Remove unnecessary drop calls (#7007)
Diffstat (limited to 'cli/http_cache.rs')
-rw-r--r--cli/http_cache.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/http_cache.rs b/cli/http_cache.rs
index 8cfcc736a..240d44adb 100644
--- a/cli/http_cache.rs
+++ b/cli/http_cache.rs
@@ -236,7 +236,6 @@ mod tests {
);
assert_eq!(headers.get("etag").unwrap(), "as5625rqdsfb");
assert_eq!(headers.get("foobar"), None);
- drop(dir);
}
#[test]