aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_thread/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/layout_thread/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/layout_thread/lib.rs')
-rw-r--r--components/layout_thread/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/layout_thread/lib.rs b/components/layout_thread/lib.rs
index 1fe552588bf..3132eccf68a 100644
--- a/components/layout_thread/lib.rs
+++ b/components/layout_thread/lib.rs
@@ -6,7 +6,6 @@
//! painted.
#![feature(mpsc_select)]
-#![cfg_attr(feature = "unstable", feature(nonzero))]
extern crate app_units;
extern crate atomic_refcell;