diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2017-10-14 13:05:28 +0200 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2017-10-16 20:19:59 +0200 |
commit | 99b052d3a6d59ad17ed2bf3d3c54af2bb40d926a (patch) | |
tree | a137eeeabbd0692fbf0a3cdf1612b1ce13a7f80a /components/script/lib.rs | |
parent | e2fafd2dfc7a1b66fb224c83e15042d8f6d595c0 (diff) | |
download | servo-99b052d3a6d59ad17ed2bf3d3c54af2bb40d926a.tar.gz servo-99b052d3a6d59ad17ed2bf3d3c54af2bb40d926a.zip |
Move remaining uses of NonZero to our nonzero crate
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 8ea44e68d77..03e278ad26a 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -8,7 +8,6 @@ #![feature(const_ptr_null_mut)] #![feature(core_intrinsics)] #![feature(mpsc_select)] -#![feature(nonzero)] #![feature(on_unimplemented)] #![feature(plugin)] #![feature(proc_macro)] |