stylo: Replace all hashtable collections with ones from style::hash

This commit is contained in:
Manish Goregaokar 2017-08-31 15:28:01 -07:00
parent fae5e10643
commit 5cd296a264
No known key found for this signature in database
GPG key ID: 3BBF4D3E2EF79F98
9 changed files with 29 additions and 14 deletions

View file

@ -28,7 +28,7 @@ use servo_arc::{Arc, ArcBorrow};
use shared_lock::Locked;
use smallvec::VecLike;
use std::fmt;
#[cfg(feature = "gecko")] use std::collections::HashMap;
#[cfg(feature = "gecko")] use hash::HashMap;
use std::fmt::Debug;
use std::hash::Hash;
use std::ops::Deref;