aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmltablecolelement.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/htmltablecolelement.rs')
-rw-r--r--components/script/dom/htmltablecolelement.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/htmltablecolelement.rs b/components/script/dom/htmltablecolelement.rs
index b2821fd38e2..c7ad4afd944 100644
--- a/components/script/dom/htmltablecolelement.rs
+++ b/components/script/dom/htmltablecolelement.rs
@@ -3,7 +3,7 @@
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
use dom_struct::dom_struct;
-use html5ever::{LocalName, Prefix, local_name, namespace_url, ns};
+use html5ever::{LocalName, Prefix, local_name, ns};
use js::rust::HandleObject;
use style::attr::{AttrValue, LengthOrPercentageOrAuto};