diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2017-10-14 17:57:19 +0200 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2017-10-16 20:20:01 +0200 |
commit | 5a5b7d7f398f4da08fa53e175b7537b6e65d49c5 (patch) | |
tree | 2315b49bbdadfcb88cda784c8c23bfb581908cb5 /components/script/lib.rs | |
parent | 3bb76a5be590a40451ead6c926d19ea2d705ad03 (diff) | |
download | servo-5a5b7d7f398f4da08fa53e175b7537b6e65d49c5.tar.gz servo-5a5b7d7f398f4da08fa53e175b7537b6e65d49c5.zip |
Remove usage of unstable features const_ptr_null and const_ptr_null_mut
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)] |