diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-08-10 17:31:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-10 17:31:05 -0400 |
commit | 7d01fcbb77169d446d58a5d8c1aa113a925092a0 (patch) | |
tree | fef5b3ab1e0d020b982a2692878039423ea6fcd3 /cli/http_cache.rs | |
parent | 52c1017a74059655f9424f7ceb3f0c74dcc7f3be (diff) |
Remove unnecessary drop calls (#7007)
Diffstat (limited to 'cli/http_cache.rs')
-rw-r--r-- | cli/http_cache.rs | 1 |
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] |