mirror of
https://github.com/servo/servo.git
synced 2025-09-10 23:18:20 +01:00
Remove unused imports in layout
This commit is contained in:
parent
5a954d2492
commit
4c5eeb1f58
4 changed files with 2 additions and 4 deletions
|
@ -22,7 +22,7 @@ use std::cell::{RefCell, RefMut};
|
|||
use std::collections::HashMap;
|
||||
use std::collections::hash_state::DefaultState;
|
||||
use std::rc::Rc;
|
||||
use std::sync::mpsc::{Sender, channel};
|
||||
use std::sync::mpsc::Sender;
|
||||
use std::sync::{Arc, Mutex};
|
||||
use style::context::{LocalStyleContext, SharedStyleContext, StyleContext};
|
||||
use style::matching::{ApplicableDeclarationsCache, StyleSharingCandidateCache};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue