std: Stabilize char_escape_debug

Stabilizes:

* `<char>::escape_debug`
* `std::char::EscapeDebug`

Closes #35068
This commit is contained in:
Alex Crichton
2017-07-20 15:38:59 -07:00
parent 5c126bdee6
commit 4c9c6e824b
6 changed files with 6 additions and 13 deletions

View File

@@ -79,7 +79,6 @@
#![cfg_attr(test, allow(deprecated))] // rand
#![cfg_attr(test, feature(placement_in))]
#![cfg_attr(not(test), feature(char_escape_debug))]
#![cfg_attr(not(test), feature(core_float))]
#![cfg_attr(not(test), feature(exact_size_is_empty))]
#![cfg_attr(not(test), feature(slice_rotate))]