mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
removed unused imports
This commit is contained in:
parent
e8cf789fc5
commit
9980acf2c5
4 changed files with 2 additions and 7 deletions
|
@ -81,8 +81,7 @@ use style::context::ReflowGoal;
|
|||
use style::error_reporting::ParseErrorReporter;
|
||||
use style::properties::longhands::overflow_x;
|
||||
use style::selector_impl::PseudoElement;
|
||||
use task_source::TaskSource;
|
||||
use task_source::dom_manipulation::{DOMManipulationTaskSource, DOMManipulationTask};
|
||||
use task_source::dom_manipulation::DOMManipulationTaskSource;
|
||||
use task_source::file_reading::FileReadingTaskSource;
|
||||
use task_source::history_traversal::HistoryTraversalTaskSource;
|
||||
use task_source::networking::NetworkingTaskSource;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue