aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_layout_interface/lib.rs
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2017-10-12 17:39:31 +0200
committerSimon Sapin <simon.sapin@exyr.org>2017-10-13 11:11:05 +0200
commit4594b40238d7aa5ca3aed885013e16c935c62a0d (patch)
treef13fb710c90a0f9e6ff440e4efbe9f1fec880003 /components/script_layout_interface/lib.rs
parent45fd384a91248a2018a3d6f5c2103dea4a69fbaa (diff)
downloadservo-4594b40238d7aa5ca3aed885013e16c935c62a0d.tar.gz
servo-4594b40238d7aa5ca3aed885013e16c935c62a0d.zip
Use wrappers in the nonzero crate so users don’t need unstable features
Diffstat (limited to 'components/script_layout_interface/lib.rs')
-rw-r--r--components/script_layout_interface/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script_layout_interface/lib.rs b/components/script_layout_interface/lib.rs
index f81092a8492..7b45d9688f1 100644
--- a/components/script_layout_interface/lib.rs
+++ b/components/script_layout_interface/lib.rs
@@ -7,7 +7,6 @@
//! to depend on script.
#![deny(unsafe_code)]
-#![cfg_attr(feature = "unstable", feature(nonzero))]
extern crate app_units;
extern crate atomic_refcell;