Remove usage of the deprecated OwnedAsciiExt

This commit is contained in:
Simon Sapin 2015-07-30 17:56:19 +02:00
parent 85aa1658cc
commit 6737be1fb1
5 changed files with 7 additions and 7 deletions

View file

@ -4,6 +4,7 @@
#![feature(append)]
#![feature(arc_unique)]
#![feature(ascii)]
#![feature(as_slice)]
#![feature(as_unsafe_cell)]
#![feature(borrow_state)]
@ -17,7 +18,6 @@
#![feature(hashmap_hasher)]
#![feature(mpsc_select)]
#![feature(nonzero)]
#![feature(owned_ascii_ext)]
#![feature(plugin)]
#![feature(rc_unique)]
#![feature(slice_chars)]