aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/tests/http_cache.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/net/tests/http_cache.rs')
-rw-r--r--components/net/tests/http_cache.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/net/tests/http_cache.rs b/components/net/tests/http_cache.rs
index c63ba8131c7..f57d1b2df0a 100644
--- a/components/net/tests/http_cache.rs
+++ b/components/net/tests/http_cache.rs
@@ -11,7 +11,6 @@ use net_traits::request::{Destination, Request, RequestInit};
use net_traits::response::{Response, ResponseBody};
use servo_url::ServoUrl;
use std::sync::mpsc::channel;
-use time;
#[test]