WIP: quick-fix for missing metadata

This commit is contained in:
Alwin Berger 2023-09-27 17:11:56 +02:00
parent 38e5767775
commit 61ff3e3196

View File

@ -294,8 +294,8 @@ where
old_meta.refcnt() <= 0
};
if must_remove && self.remove_metadata {
drop(old.metadata_map_mut().remove::<M>());
if must_remove {
// drop(old.metadata_map_mut().remove::<M>());
}
}