]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #26561 - SimonSapin:remove-titlecase, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 25 Jun 2015 08:24:23 +0000 (08:24 +0000)
committerbors <bors@rust-lang.org>
Thu, 25 Jun 2015 08:24:23 +0000 (08:24 +0000)
I added it because it was easy (same a `char::to_lowercase`, just a different table), but it doesn’t make sense to have this in std but not str::to_titlecase, which would require https://github.com/unicode-rs/unicode-segmentation

At some point in the future this feature will be available (both on char and str) in a crates.io crate.


Trivial merge