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
Remove unnecessary bounds on object implementations
These are probably not necessary, since we control how the objects are created.
Though it does prevent users from accidentally returning e.g. `&NSValue<&u8>` (when they intended `&NSValue<u8>`) in a message send, it might also be overly restrictive.
0 commit comments