diff options
| author | Simon Sapin <simon.sapin@exyr.org> | 2019-02-01 13:34:07 +0100 |
|---|---|---|
| committer | Simon Sapin <simon.sapin@exyr.org> | 2019-02-12 09:55:29 +0100 |
| commit | 55216f82a69092fdb22fb779d3f64d3d756c7ed8 (patch) | |
| tree | a1a965a410a525205c689e1f3676d0d2d974481f /src/libsyntax | |
| parent | 7a077804a3a58c93f690e382c86ccd4f1a8850af (diff) | |
| download | rust-55216f82a69092fdb22fb779d3f64d3d756c7ed8.tar.gz rust-55216f82a69092fdb22fb779d3f64d3d756c7ed8.zip | |
Stabilize str::escape_* methods
FCP: https://github.com/rust-lang/rust/issues/27791#issuecomment-376864727
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax/lib.rs b/src/libsyntax/lib.rs index c844f9e2a91..a56cdf623bf 100644 --- a/src/libsyntax/lib.rs +++ b/src/libsyntax/lib.rs @@ -15,7 +15,6 @@ #![feature(rustc_attrs)] #![feature(rustc_diagnostic_macros)] #![feature(slice_sort_by_cached_key)] -#![feature(str_escape)] #![feature(step_trait)] #![feature(try_trait)] #![feature(unicode_internals)] |
