diff options
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index 6f015063dde..3a7c70032cc 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -2,13 +2,10 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#![feature(append)] -#![feature(arc_unique)] #![feature(ascii)] #![feature(as_slice)] #![feature(as_unsafe_cell)] #![feature(borrow_state)] -#![feature(box_raw)] #![feature(box_syntax)] #![feature(cell_extras)] #![feature(core)] @@ -24,9 +21,7 @@ #![feature(nonzero)] #![feature(plugin)] #![feature(ref_slice)] -#![feature(rc_unique)] #![feature(slice_patterns)] -#![feature(str_split_at)] #![feature(str_utf16)] #![feature(unicode)] #![feature(vec_push_all)] |