aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/tests/hsts.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/net/tests/hsts.rs')
-rw-r--r--components/net/tests/hsts.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/net/tests/hsts.rs b/components/net/tests/hsts.rs
index 1903aec1af4..9389c586110 100644
--- a/components/net/tests/hsts.rs
+++ b/components/net/tests/hsts.rs
@@ -5,7 +5,6 @@
use net::hsts::{HstsEntry, HstsList};
use net_traits::IncludeSubdomains;
use std::collections::HashMap;
-use time;
#[test]
fn test_hsts_entry_is_not_expired_when_it_has_no_timestamp() {