]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #74381 - mbrubeck:docs, r=Mark-Simulacrum
authorManish Goregaokar <manishsmail@gmail.com>
Thu, 16 Jul 2020 07:01:13 +0000 (00:01 -0700)
committerGitHub <noreply@github.com>
Thu, 16 Jul 2020 07:01:13 +0000 (00:01 -0700)
Update docs for str::as_bytes_mut.

* Add "Safety" section describing UTF-8 invariant.

* Remove mention of `from_utf8_mut`.  It is not necessary to call
  a function to convert the byte slice back to a string slice.  The
  original string becomes accessible again after the byte slice is
  no longer used (as shown in the example code).

1  2 
src/libcore/str/mod.rs

Simple merge