diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2015-10-25 10:26:54 +0100 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2015-12-25 23:35:57 +0100 |
commit | 3c768356159c19a4ce5f0a07684b6dee9b20f2e4 (patch) | |
tree | cd69d31d1e5587b96c4982098c3c8c5a04c56def /components/script/lib.rs | |
parent | 1dd7c8cf01b27f63951504a63f5c69cca53ac73a (diff) | |
download | servo-3c768356159c19a4ce5f0a07684b6dee9b20f2e4.tar.gz servo-3c768356159c19a4ce5f0a07684b6dee9b20f2e4.zip |
Properly propagate changes when range or trees are mutated
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 cec53d69ae2..70b88a1f429 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -13,7 +13,6 @@ #![feature(custom_derive)] #![feature(fnbox)] #![feature(hashmap_hasher)] -#![feature(iter_arith)] #![feature(mpsc_select)] #![feature(nonzero)] #![feature(on_unimplemented)] |