mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
auto merge of #5431 : Ms2ger/servo/unused-imports, r=jdm
These became unused in f45db7714c
; I don't know
why I didn't notice that.
This commit is contained in:
commit
2b9bfb9af3
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