From 5e5f77a354500103247359e63f1f4147919ade62 Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Thu, 18 Sep 2014 10:56:58 -0700 Subject: [PATCH] Try to unbreak the build by removing unused import --- components/layout/css/matching.rs | 1 - 1 file changed, 1 deletion(-) 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;