about summary refs log tree commit diff
path: root/src/test/debuginfo/include_string.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-05-24 14:26:23 -0700
committerbors <bors@rust-lang.org>2014-05-24 14:26:23 -0700
commit6304a27b80f3923a8ffc009418c302aa8b06fb93 (patch)
tree09343194b975dd2cbcd447201ddb1ad8c4fe92bb /src/test/debuginfo/include_string.rs
parent43f942f88656f6b6cb2ff143e496a8875ea157ac (diff)
parente9989586724472f32c6ae040da4c1a1f0867bef0 (diff)
downloadrust-6304a27b80f3923a8ffc009418c302aa8b06fb93.tar.gz
rust-6304a27b80f3923a8ffc009418c302aa8b06fb93.zip
auto merge of #14401 : aochagavia/rust/pr4, r=alexcrichton
Some functions implemented for the Ascii struct have the same functionality as other functions implemented for the normal chars. For consistency, I think they should have the same name, so I renamed the functions in Ascii to match the names in the Char trait.

* Renamed `to_lower` to `to_lowercase`
* Renamed `to_upper` to `to_uppercase`
* Renamed `is_alpha` to `is_alphabetic`
* Renamed `is_alnum` to `is_alphanumeric`
* Renamed `is_lower` to `is_lowercase`
* Renamed `is_upper` to `is_uppercase`

[breaking-change]
Diffstat (limited to 'src/test/debuginfo/include_string.rs')
0 files changed, 0 insertions, 0 deletions