mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Remove some unused imports.
These became unused in f45db7714c
; I don't know
why I didn't notice that.
This commit is contained in:
parent
5833dea733
commit
e106ad84bf
1 changed files with 0 additions and 2 deletions
|
@ -19,8 +19,6 @@ use encoding::types::{EncodingRef, EncoderTrap};
|
||||||
|
|
||||||
use std::collections::HashMap;
|
use std::collections::HashMap;
|
||||||
use std::collections::hash_map::Entry::{Occupied, Vacant};
|
use std::collections::hash_map::Entry::{Occupied, Vacant};
|
||||||
use std::fmt::radix;
|
|
||||||
use std::ascii::OwnedAsciiExt;
|
|
||||||
|
|
||||||
#[dom_struct]
|
#[dom_struct]
|
||||||
pub struct URLSearchParams {
|
pub struct URLSearchParams {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue