mirror of
https://github.com/servo/servo.git
synced 2025-06-17 04:44:28 +00:00
fix: remove unused imports in components/script (#31943)
This commit is contained in:
parent
b7d089930e
commit
92d9081366
2 changed files with 0 additions and 2 deletions
|
@ -4,7 +4,6 @@
|
|||
|
||||
use std::cell::Cell;
|
||||
use std::collections::VecDeque;
|
||||
use std::ops::Deref;
|
||||
use std::rc::Rc;
|
||||
use std::{mem, ptr};
|
||||
|
||||
|
|
|
@ -21,7 +21,6 @@ use std::borrow::Cow;
|
|||
use std::cell::{Cell, RefCell};
|
||||
use std::collections::{hash_map, HashMap, HashSet};
|
||||
use std::default::Default;
|
||||
use std::ops::Deref;
|
||||
use std::option::Option;
|
||||
use std::rc::Rc;
|
||||
use std::result::Result;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue