Remove usage of the deprecated OwnedAsciiExt

This commit is contained in:
Simon Sapin 2015-07-30 17:56:19 +02:00
parent 85aa1658cc
commit 6737be1fb1
5 changed files with 7 additions and 7 deletions

View file

@ -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;