diff --git a/components/script/lib.rs b/components/script/lib.rs index d150f8a6b82..a61dee873f3 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -15,7 +15,6 @@ #![feature(plugin)] #![feature(proc_macro)] #![feature(try_from)] -#![feature(unboxed_closures)] #![feature(untagged_unions)] #![deny(unsafe_code)]