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
The comment is referring to a post-DST world in which it doesn't make a copy. In the interim (before it's implemented), it will be forced to make a copy.
Closing because this will hopefully be implemented soon!
…ssify, r=llogiq
Cleanup `const_float_classify`
As mentioned at rust-lang#13508 `const_float_classify` has been stabilized recently in rust-lang#130157 and can be cleanup
Closerust-lang#13508
changelog: [none]
… despite its documentation claiming it doesn’t.
Ideally, we should:
Vec::from_owned_slice
, based onVec::from_raw_parts
StrBuf::from_owned_str
to useVec::from_owned_slice
Alternatively (or in the meantime), remove the claim from the documentation.
The text was updated successfully, but these errors were encountered: