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
collections: Allow inlining str::as_bytes and str::slice_unchecked
These are crucial to inline, and are alreary marked inline in libcore.
Because neither `impl str {` nor these methods are generic, the explicit
attribute is needed.
0 commit comments