Closed
Description
… despite its documentation claiming it doesn’t.
Ideally, we should:
- Add a no-copy
Vec::from_owned_slice
, based onVec::from_raw_parts
- Change
StrBuf::from_owned_str
to useVec::from_owned_slice
Alternatively (or in the meantime), remove the claim from the documentation.
Metadata
Metadata
Assignees
Labels
No labels