mirror of
https://github.com/servo/servo.git
synced 2025-06-16 12:24:29 +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
|
@ -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