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/util/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/util/lib.rs')
-rw-r--r-- | components/util/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/util/lib.rs b/components/util/lib.rs index 61d99cb5a02..34e8883d02b 100644 --- a/components/util/lib.rs +++ b/components/util/lib.rs @@ -8,7 +8,6 @@ #![feature(custom_derive)] #![cfg_attr(feature = "non-geckolib", feature(decode_utf16))] #![feature(fnbox)] -#![feature(hashmap_hasher)] #![feature(heap_api)] #![feature(oom)] #![feature(optin_builtin_traits)] |