aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
diff options
context:
space:
mode:
authorAnthony Ramine <nox@nox.paris>2020-02-17 10:17:47 +0100
committerAnthony Ramine <nox@nox.paris>2020-02-17 10:17:47 +0100
commit14846d0567583d58510565c2223f81883f152262 (patch)
tree08da50ac46a872ce123b934c3b49dd4165294d1c /components/script/lib.rs
parent3475790fc23f939560f546901bf3082ebf20508a (diff)
downloadservo-14846d0567583d58510565c2223f81883f152262.tar.gz
servo-14846d0567583d58510565c2223f81883f152262.zip
Introduce a new type MaybeUnreflectedDom<T> (fixes #25701)
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r--components/script/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs
index c01fd6dbd60..1a3ba6a2557 100644
--- a/components/script/lib.rs
+++ b/components/script/lib.rs
@@ -2,6 +2,7 @@
* 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(core_intrinsics)]
#![feature(drain_filter)]