mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Remove unused use statement
This commit is contained in:
parent
baacc692f0
commit
e821da81ce
1 changed files with 0 additions and 1 deletions
|
@ -40,7 +40,6 @@ use std::cell::{Cell, Ref};
|
||||||
use std::rc::Rc;
|
use std::rc::Rc;
|
||||||
use url::Url;
|
use url::Url;
|
||||||
|
|
||||||
use dom::bindings::js::RootedReference;
|
|
||||||
#[dom_struct]
|
#[dom_struct]
|
||||||
pub struct Request {
|
pub struct Request {
|
||||||
reflector_: Reflector,
|
reflector_: Reflector,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue