diff options
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index 16f73c85afd..459eff4bd82 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -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)] |