diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2017-10-12 17:39:31 +0200 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2017-10-13 11:11:05 +0200 |
commit | 4594b40238d7aa5ca3aed885013e16c935c62a0d (patch) | |
tree | f13fb710c90a0f9e6ff440e4efbe9f1fec880003 /components/script_layout_interface/lib.rs | |
parent | 45fd384a91248a2018a3d6f5c2103dea4a69fbaa (diff) | |
download | servo-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.rs | 1 |
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; |