]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #40335 - tbu-:pr_doc_str_to_somecase, r=steveklabnik
authorAriel Ben-Yehuda <arielb1@mail.tau.ac.il>
Wed, 8 Mar 2017 18:54:10 +0000 (20:54 +0200)
committerGitHub <noreply@github.com>
Wed, 8 Mar 2017 18:54:10 +0000 (20:54 +0200)
commitf2886e8bda7d628ae0cc16e4fe579cbc2c6dc1b0
tree106965b8ea1a63c183f757c51bac4009d4033991
parentaea8010098d6387f68440577b691e48e9ab5cc6a
parentf3a2f90c88c9d890b67955f0b88def40ce372914
Rollup merge of #40335 - tbu-:pr_doc_str_to_somecase, r=steveklabnik

Document why `str.to_{lower,upper}case` return `String`

Fixes #39201.