diff options
Diffstat (limited to 'cli/http_cache.rs')
-rw-r--r-- | cli/http_cache.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/http_cache.rs b/cli/http_cache.rs index 9cf2adc1a..dd5f4dc3f 100644 --- a/cli/http_cache.rs +++ b/cli/http_cache.rs @@ -72,7 +72,7 @@ pub fn url_to_filename(url: &Url) -> PathBuf { cache_filename } -#[derive(Clone)] +#[derive(Debug, Clone, Default)] pub struct HttpCache { pub location: PathBuf, } |