Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of rust-lang#10629 - Alexendoo:as-ptr-cast-mut-docs-ub, r=…
…Jarcho Fix UB in `as_ptr_cast_mut` documentation changelog: none Fixes rust-lang#10628 There's no `String::as_mut_ptr` surprisingly, so the example is actually calling `str::as_mut_ptr` on an empty `str`
- Loading branch information