diff options
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index 278a1c42a78..fcb68e2420e 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -4,8 +4,6 @@ #![feature(conservative_impl_trait)] #![feature(const_fn)] -#![feature(const_ptr_null)] -#![feature(const_ptr_null_mut)] #![feature(core_intrinsics)] #![feature(mpsc_select)] #![feature(on_unimplemented)] |