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
Auto merge of #333 - JustForFun88:offset_from_del_attrib, r=Amanieu
Deleting #[cfg(not(feature = "nightly"))] attributes
Deleting two version of offset_from<T> function (for #[cfg(feature = "nightly")] and #[cfg(not(feature = "nightly"))]) because ptr::offset_from stable since rust 1.47.0.
0 commit comments