diff options
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/mozart/src/commands/clear_cache.rs | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/crates/mozart/src/commands/clear_cache.rs b/crates/mozart/src/commands/clear_cache.rs index b9a9303..0740c85 100644 --- a/crates/mozart/src/commands/clear_cache.rs +++ b/crates/mozart/src/commands/clear_cache.rs @@ -17,7 +17,7 @@ pub async fn execute( // Build the list of (key, path) pairs to process. // cache-dir is only included in full clear mode, not GC mode. - let mut cache_paths: Vec<(&str, &std::path::PathBuf)> = vec