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
port of pcwalton removal of #[unsafe_destructor] check.
Since the earlier commits impose rules on lifetimes that make
destructors safe, we no longer need the `#[unsafe_destructor]`
attribute nor its associated check.
----
Since this is removing a (somewhat common albeit unsafe) attribute,
this is a (wait for it)
[breaking-change]
0 commit comments