Stabilize str::escape_* methods
FCP: https://github.com/rust-lang/rust/issues/27791#issuecomment-376864727
This commit is contained in:
parent
7a077804a3
commit
55216f82a6
6 changed files with 7 additions and 20 deletions
|
|
@ -2,9 +2,6 @@
|
|||
// pretty-expanded FIXME #23616
|
||||
|
||||
#![allow(warnings)]
|
||||
#![feature(iter_empty)]
|
||||
#![feature(iter_once)]
|
||||
#![feature(str_escape)]
|
||||
|
||||
use std::iter::{empty, once, repeat};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue