d9c2957221
Fix UB in `as_ptr_cast_mut` documentation changelog: none Fixes #10628 There's no `String::as_mut_ptr` surprisingly, so the example is actually calling `str::as_mut_ptr` on an empty `str`