aboutsummaryrefslogtreecommitdiffstats
path: root/components/net_traits/pub_domains.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/net_traits/pub_domains.rs')
-rw-r--r--components/net_traits/pub_domains.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/net_traits/pub_domains.rs b/components/net_traits/pub_domains.rs
index 95090791f2b..f5cbbcea7cc 100644
--- a/components/net_traits/pub_domains.rs
+++ b/components/net_traits/pub_domains.rs
@@ -15,6 +15,7 @@
//! those cases are not present.
use embedder_traits::resources::{self, Resource};
+use lazy_static::lazy_static;
use servo_url::{Host, ImmutableOrigin, ServoUrl};
use std::collections::HashSet;
use std::iter::FromIterator;