You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The added test checks that zeroization happens using a custom global
allocator. Replacing `self.0.as_mut().zeroize()` with
`self.0 = Default::default()` results in test failure as expected.
The test also passes Miri without issues.
0 commit comments