diff options
Diffstat (limited to 'components/net_traits/tests/pub_domains.rs')
-rw-r--r-- | components/net_traits/tests/pub_domains.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/net_traits/tests/pub_domains.rs b/components/net_traits/tests/pub_domains.rs index 307dd2d81dc..c17f8ba8c07 100644 --- a/components/net_traits/tests/pub_domains.rs +++ b/components/net_traits/tests/pub_domains.rs @@ -2,8 +2,6 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -extern crate net_traits; - use net_traits::pub_domains::{is_pub_domain, is_reg_domain, pub_suffix, reg_suffix}; // These tests may need to be updated if the PSL changes. |