We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf51d77 commit 135499aCopy full SHA for 135499a
crates/sb_core/cache/http_cache/local.rs
@@ -572,6 +572,7 @@ mod manifest {
572
self.serialized.modules.insert(url, new_data);
573
}
574
575
+ #[allow(deprecated)]
576
pub fn remove(&mut self, url: &Url, sub_path: &LocalCacheSubPath) -> bool {
577
if self.serialized.modules.remove(url).is_some() {
578
if let Some(reverse_mapping) = &mut self.reverse_mapping {
0 commit comments