]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #64737 - jordins:master, r=steveklabnik
authorMazdak Farrokhzad <twingoow@gmail.com>
Tue, 24 Sep 2019 21:45:34 +0000 (23:45 +0200)
committerGitHub <noreply@github.com>
Tue, 24 Sep 2019 21:45:34 +0000 (23:45 +0200)
commit477bdcdff871ca0b9b54fd45c401cdfe893631a7
tree97e49275a49934d2411ac7164538b21e7b9b7969
parent1252e70beaff9acd82fe88c318569c516fae3710
parent62dc7948d1e6b45e25a2ce177f76f257f3a5c1a4
Rollup merge of #64737 - jordins:master, r=steveklabnik

fix several issues in String docs

- In some places &str was shown instead of String.
- into_bytes is the reverse of from_utf8

Fixes #63797

I've retaken the work done in this PR: https://github.com/rust-lang/rust/pull/63865 which for some reason was closed.
and just done a minor change (I hope you don't mind @sam09 ).