diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2017-07-20 15:38:59 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2017-07-25 07:09:31 -0700 |
| commit | 4c9c6e824b20cc31b2e6f5ec44ef03aac465f001 (patch) | |
| tree | 0289da076e612dafef6afd6e8c62f16797347029 /src/liballoc | |
| parent | 5c126bdee6af3feef2d51956debab72f933078c6 (diff) | |
| download | rust-4c9c6e824b20cc31b2e6f5ec44ef03aac465f001.tar.gz rust-4c9c6e824b20cc31b2e6f5ec44ef03aac465f001.zip | |
std: Stabilize `char_escape_debug`
Stabilizes: * `<char>::escape_debug` * `std::char::EscapeDebug` Closes #35068
Diffstat (limited to 'src/liballoc')
| -rw-r--r-- | src/liballoc/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs index 80532bbdda1..7e6ee4bd49d 100644 --- a/src/liballoc/lib.rs +++ b/src/liballoc/lib.rs @@ -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))] |
