diff options
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)] |