WIP: quick-fix for missing metadata
This commit is contained in:
parent
38e5767775
commit
61ff3e3196
@ -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>());
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user