about summary refs log tree commit diff
path: root/src/libstd_unicode
diff options
context:
space:
mode:
authorLukas Kalbertodt <lukas.kalbertodt@gmail.com>2017-11-09 11:05:28 +0100
committerLukas Kalbertodt <lukas.kalbertodt@gmail.com>2017-11-18 17:30:12 +0100
commit667f83d46baa1c42a170cfae5afbff52a85cd95d (patch)
tree9d8a27f1b32a633155dedcd3f6388f135d89cfe2 /src/libstd_unicode
parent18250b0349848fbfca53153cf121724c773dd508 (diff)
downloadrust-667f83d46baa1c42a170cfae5afbff52a85cd95d.tar.gz
rust-667f83d46baa1c42a170cfae5afbff52a85cd95d.zip
Remove inherent `ascii_ctype` methods from `str` and `[u8]`
This has been discussed in #39658. It's a bit ambiguous how those
methods work for a sequence of ascii values. We prefer users writing
`s.iter().all(|b| b.is_ascii_...())` explicitly.

The AsciiExt methods still exist and are implemented for `str`
and `[u8]`. We will deprecated or remove those later.
Diffstat (limited to 'src/libstd_unicode')
0 files changed, 0 insertions, 0 deletions