aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r--components/script/lib.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs
index 07090f4716b..4eeca229e01 100644
--- a/components/script/lib.rs
+++ b/components/script/lib.rs
@@ -2,12 +2,9 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
-#![feature(box_into_raw_non_null)]
#![feature(const_fn)]
-#![feature(const_transmute)]
#![feature(core_intrinsics)]
#![feature(drain_filter)]
-#![feature(inner_deref)]
#![feature(plugin)]
#![feature(register_tool)]
#![deny(unsafe_code)]