diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2020-04-15 15:10:11 +0200 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2020-04-15 15:10:11 +0200 |
commit | 7861b0be7900df6c7dbf8d4dac8ba14a8d4e3a56 (patch) | |
tree | b43272921506472361325792ab37dfcaa4787af7 /components/script/lib.rs | |
parent | fbfe86fffe2935f4d2c4d7456fd613de126b1430 (diff) | |
download | servo-7861b0be7900df6c7dbf8d4dac8ba14a8d4e3a56.tar.gz servo-7861b0be7900df6c7dbf8d4dac8ba14a8d4e3a56.zip |
Remove use of soon-to-be-deprecated unstable feature
https://github.com/rust-lang/rust/issues/47336#issuecomment-586589016
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index 996480cff53..8637411d89c 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -2,7 +2,6 @@ * 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)] |