Remove some unused imports.

These became unused in f45db7714c; I don't know
why I didn't notice that.
This commit is contained in:
Ms2ger 2015-03-28 17:23:12 +01:00
parent 5833dea733
commit e106ad84bf

View file

@ -19,8 +19,6 @@ use encoding::types::{EncodingRef, EncoderTrap};
use std::collections::HashMap;
use std::collections::hash_map::Entry::{Occupied, Vacant};
use std::fmt::radix;
use std::ascii::OwnedAsciiExt;
#[dom_struct]
pub struct URLSearchParams {