diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2016-02-05 07:32:13 +0530 |
---|---|---|
committer | bors-servo <lbergstrom+bors@mozilla.com> | 2016-02-05 07:32:13 +0530 |
commit | 87aaa5ffe0ca7da8771883ea40d04d7c1449eea9 (patch) | |
tree | 03a2e5730027f8236ef2ad3930f67c742b1d231f /components/script/lib.rs | |
parent | 2a6707ce58df27d93e865bffb6b44d396b810c99 (diff) | |
parent | 95be0b9a25c288ef8fa0f340d0be6a241e9e1ecc (diff) | |
download | servo-87aaa5ffe0ca7da8771883ea40d04d7c1449eea9.tar.gz servo-87aaa5ffe0ca7da8771883ea40d04d7c1449eea9.zip |
Auto merge of #9523 - ruud-v-a:hasher, r=Wafflespeanut
Upgrade to new Hasher API
This fixes #9494.
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9523)
<!-- Reviewable:end -->
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 b857a00e122..dfd11938075 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -12,7 +12,6 @@ #![feature(custom_attribute)] #![feature(custom_derive)] #![feature(fnbox)] -#![feature(hashmap_hasher)] #![feature(mpsc_select)] #![feature(nonzero)] #![feature(on_unimplemented)] |