]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #49109 - SimonSapin:deprecate-asciiext, r=alexcrichton
authorkennytm <kennytm@gmail.com>
Thu, 22 Mar 2018 09:51:24 +0000 (17:51 +0800)
committerkennytm <kennytm@gmail.com>
Thu, 22 Mar 2018 14:43:36 +0000 (22:43 +0800)
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


Trivial merge