WIP: quick-fix for missing metadata

This commit is contained in:
Alwin Berger 2023-09-27 17:11:56 +02:00
parent 7a03d680e0
commit e3086ec342

View File

@ -294,7 +294,7 @@ where
};
if must_remove {
drop(old.metadata_map_mut().remove::<M>());
// drop(old.metadata_map_mut().remove::<M>());
}
}