diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2016-08-14 15:01:51 +0200 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2016-08-14 19:06:18 +0200 |
commit | a1af2cded82abac282573bb0dc8049329b36717d (patch) | |
tree | 9809c2bd97c03f399ba7c91e1a555ddf323b4cf3 /components/layout/lib.rs | |
parent | 8419f96dc0cb79c83922b62166390f6688f2aae0 (diff) | |
download | servo-a1af2cded82abac282573bb0dc8049329b36717d.tar.gz servo-a1af2cded82abac282573bb0dc8049329b36717d.zip |
Use impl DoubleEndedIterator for two flow_list iterators
Diffstat (limited to 'components/layout/lib.rs')
-rw-r--r-- | components/layout/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/layout/lib.rs b/components/layout/lib.rs index 65066b638e0..5991c769b2f 100644 --- a/components/layout/lib.rs +++ b/components/layout/lib.rs @@ -4,6 +4,7 @@ #![feature(box_patterns)] #![feature(box_syntax)] +#![feature(conservative_impl_trait)] #![feature(custom_derive)] #![feature(nonzero)] #![feature(plugin)] |