]> git.lizzy.rs Git - rust.git/commit
Deprecate the AsciiExt trait in favor of inherent methods
authorSimon Sapin <simon.sapin@exyr.org>
Sat, 17 Mar 2018 11:15:24 +0000 (12:15 +0100)
committerSimon Sapin <simon.sapin@exyr.org>
Wed, 21 Mar 2018 16:54:33 +0000 (17:54 +0100)
commitc09b9f937250db0f51b705a3110f8cffdad083bb
tree54b20c17d36bae030cc3c83472d1d402b36ecf3e
parentcc34ca1c9787fde84116637a0cee92fc5e375e3d
Deprecate the AsciiExt trait in favor of inherent methods

The trait and some of its methods are stable and will remain.
Some of the newer methods are unstable and can be removed later.

Fixes https://github.com/rust-lang/rust/issues/39658
src/libcore/tests/ascii.rs
src/libstd/ascii.rs
src/libstd/sys/windows/process.rs
src/libstd/sys_common/wtf8.rs
src/test/run-pass/issue-10683.rs