diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2017-10-11 20:13:40 +0200 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2017-10-11 20:13:40 +0200 |
commit | a38df68e8aa7e237b52a46e6437b14a029ea001a (patch) | |
tree | b828353390b0d1de7e6354150cfaeae40800cb0a /components/gfx/lib.rs | |
parent | 105c5d2a0692c6e09320c5d967b43f879c3cd00d (diff) | |
download | servo-a38df68e8aa7e237b52a46e6437b14a029ea001a.tar.gz servo-a38df68e8aa7e237b52a46e6437b14a029ea001a.zip |
Remove usage of unstable range_contains feature
Diffstat (limited to 'components/gfx/lib.rs')
-rw-r--r-- | components/gfx/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/gfx/lib.rs b/components/gfx/lib.rs index 97bda55b563..f6be899f4b1 100644 --- a/components/gfx/lib.rs +++ b/components/gfx/lib.rs @@ -6,7 +6,6 @@ #![cfg_attr(any(target_os = "linux", target_os = "android"), feature(allocator_api))] #![feature(box_syntax)] #![feature(cfg_target_feature)] -#![feature(range_contains)] #![deny(unsafe_code)] |