diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-05-05 13:37:57 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-05-05 13:37:57 +0900 |
| commit | d4df60e70a4581aba6308f803ec7f9473d2671d8 (patch) | |
| tree | c1ec275d5c5bcbf0c17aff9164350c2b43ff4e36 /crates | |
| parent | 7ee77a9e1002cc3c9e448361efe11a623bfd4fb9 (diff) | |
| download | php-mozart-d4df60e70a4581aba6308f803ec7f9473d2671d8.tar.gz php-mozart-d4df60e70a4581aba6308f803ec7f9473d2671d8.tar.zst php-mozart-d4df60e70a4581aba6308f803ec7f9473d2671d8.zip | |
chore(clear-cache): remove verbose type declaration
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