about summary refs log tree commit diff
path: root/src/test/debuginfo/include_string.rs
diff options
context:
space:
mode:
authorAdolfo OchagavĂ­a <aochagavia92@gmail.com>2014-05-24 12:24:50 +0200
committerAdolfo OchagavĂ­a <aochagavia92@gmail.com>2014-05-24 12:44:36 +0200
commitf7ccae5f158cbbb7b910e59befb293e262d3dc1b (patch)
tree31e18fa685b98203f6290afd933f6fca8e1ceaf2 /src/test/debuginfo/include_string.rs
parent6cf430147e35bbf902cf4539349621ed559d0ddb (diff)
downloadrust-f7ccae5f158cbbb7b910e59befb293e262d3dc1b.tar.gz
rust-f7ccae5f158cbbb7b910e59befb293e262d3dc1b.zip
Rename functions in Ascii
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