Previously the pointers were being compared, which is not what PartialEq should do. This fixes the issue by dereferencing the maps and vectors before comparing them.
It also adds the missing impl for FrozenBTreeMap, which was missed during conflict fixes.
Previously the pointers were being compared, which is not what
PartialEq
should do. This fixes the issue by dereferencing the maps and vectors before comparing them.It also adds the missing impl for FrozenBTreeMap, which was missed during conflict fixes.