diff options
Diffstat (limited to 'components/script/links.rs')
-rw-r--r-- | components/script/links.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/links.rs b/components/script/links.rs index f7094adbfde..f38ba6f7767 100644 --- a/components/script/links.rs +++ b/components/script/links.rs @@ -5,7 +5,7 @@ //! Defines shared hyperlink behaviour for `<link>`, `<a>`, `<area>` and `<form>` elements. use constellation_traits::{LoadData, LoadOrigin, NavigationHistoryBehavior}; -use html5ever::{local_name, namespace_url, ns}; +use html5ever::{local_name, ns}; use malloc_size_of::malloc_size_of_is_0; use net_traits::request::Referrer; use style::str::HTML_SPACE_CHARACTERS; |