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
[57_maintenance] Revert "Seal Array trait (#9092)", mark Array as unsafe (#9234) (#9313)
- Part of #9240
- Related to #9184
This is a backport of the following PR to the 57 line
- #9234 from @gabotechs
As discussed in #9184, rather
than sealing the Array trait which broke several downstream crates, this
PR markes the trait as `unsafe` so that projects have time to find
alternatives for their use-cases that are now satisfied by a custom
Array implementation.
Co-authored-by: Gabriel <45515538+gabotechs@users.noreply.github.com>
0 commit comments