diff options
Diffstat (limited to 'components/net_traits/pub_domains.rs')
-rw-r--r-- | components/net_traits/pub_domains.rs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/components/net_traits/pub_domains.rs b/components/net_traits/pub_domains.rs index f5cbbcea7cc..1efb8faf56d 100644 --- a/components/net_traits/pub_domains.rs +++ b/components/net_traits/pub_domains.rs @@ -14,11 +14,12 @@ //! we don't need to make the code more complex for it. The `mach` update command makes sure that //! those cases are not present. +use std::collections::HashSet; +use std::iter::FromIterator; + 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; #[derive(Clone, Debug)] pub struct PubDomainRules { |