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
Currently, we require T: NoCell for TryFromBytes for MaybeUninit<T> since TryFromBytes requires that it only be implemented for types which do not contain UnsafeCells. Once #890 lands, that requirement will no longer exist, and we can remove the T: NoCell requirement.