diff options
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] |