diff options
author | Patrick Walton <pcwalton@mimiga.net> | 2014-09-18 10:56:58 -0700 |
---|---|---|
committer | Patrick Walton <pcwalton@mimiga.net> | 2014-09-18 10:56:58 -0700 |
commit | 5e5f77a354500103247359e63f1f4147919ade62 (patch) | |
tree | 8f4b638ec062d01496acc1d06c502d2a0b95cfdb | |
parent | 667f887f49902c4750b80b8be15ba1d4dc3dccdf (diff) | |
download | servo-5e5f77a354500103247359e63f1f4147919ade62.tar.gz servo-5e5f77a354500103247359e63f1f4147919ade62.zip |
Try to unbreak the build by removing unused import
-rw-r--r-- | components/layout/css/matching.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/layout/css/matching.rs b/components/layout/css/matching.rs index 4c94692a0f0..7abc683f4ad 100644 --- a/components/layout/css/matching.rs +++ b/components/layout/css/matching.rs @@ -17,7 +17,6 @@ use servo_util::cache::{Cache, LRUCache, SimpleHashCache}; use servo_util::namespace::Null; use servo_util::smallvec::{SmallVec, SmallVec16}; use servo_util::str::DOMString; -use servo_util::tid::tid; use std::mem; use std::hash::{Hash, sip}; use std::slice::Items; |