aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlformelement.rs
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2015-07-30 17:56:19 +0200
committerSimon Sapin <simon.sapin@exyr.org>2015-07-30 18:01:41 +0200
commit6737be1fb14719b6ab2167f008b1c63051886f4a (patch)
tree9ffd8910f15748018a2faff6cb03803cda8b460d /components/script/dom/htmlformelement.rs
parent85aa1658cc2e1b8bec9e8a67633c7d7bcd1364d2 (diff)
downloadservo-6737be1fb14719b6ab2167f008b1c63051886f4a.tar.gz
servo-6737be1fb14719b6ab2167f008b1c63051886f4a.zip
Remove usage of the deprecated OwnedAsciiExt
Diffstat (limited to 'components/script/dom/htmlformelement.rs')
-rw-r--r--components/script/dom/htmlformelement.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/dom/htmlformelement.rs b/components/script/dom/htmlformelement.rs
index bfa5792327a..e0a948bbedf 100644
--- a/components/script/dom/htmlformelement.rs
+++ b/components/script/dom/htmlformelement.rs
@@ -35,7 +35,6 @@ use hyper::mime;
use msg::constellation_msg::LoadData;
use util::str::DOMString;
use script_task::{ScriptChan, ScriptMsg};
-use std::ascii::OwnedAsciiExt;
use url::UrlParser;
use url::form_urlencoded::serialize;
use string_cache::Atom;