Skip to content

Commit 135499a

Browse files
committed
fix: clippy
1 parent cf51d77 commit 135499a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/sb_core/cache/http_cache/local.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -572,6 +572,7 @@ mod manifest {
572572
self.serialized.modules.insert(url, new_data);
573573
}
574574

575+
#[allow(deprecated)]
575576
pub fn remove(&mut self, url: &Url, sub_path: &LocalCacheSubPath) -> bool {
576577
if self.serialized.modules.remove(url).is_some() {
577578
if let Some(reverse_mapping) = &mut self.reverse_mapping {

0 commit comments

Comments
 (0)