diff --git a/bridge/src/model_downloader.rs b/bridge/src/model_downloader.rs index 345e09c..3cf7ee7 100644 --- a/bridge/src/model_downloader.rs +++ b/bridge/src/model_downloader.rs @@ -147,6 +147,7 @@ impl ModelDownloader { } /// Clear the download cache + #[allow(dead_code)] pub fn clear_cache(&self) -> Result<(), std::io::Error> { let mut cache = self.cache.lock().unwrap(); cache.clear();