diff options
| author | Lukas Kalbertodt <lukas.kalbertodt@gmail.com> | 2017-11-09 11:05:28 +0100 |
|---|---|---|
| committer | Lukas Kalbertodt <lukas.kalbertodt@gmail.com> | 2017-11-18 17:30:12 +0100 |
| commit | 667f83d46baa1c42a170cfae5afbff52a85cd95d (patch) | |
| tree | 9d8a27f1b32a633155dedcd3f6388f135d89cfe2 /src/libstd_unicode | |
| parent | 18250b0349848fbfca53153cf121724c773dd508 (diff) | |
| download | rust-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
