mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +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
|
@ -40,7 +40,6 @@ use net_traits::image::base::{Image, PixelFormat};
|
|||
use net_traits::image_cache_thread::UsePlaceholder;
|
||||
use std::default::Default;
|
||||
use std::sync::Arc;
|
||||
use std::sync::mpsc::channel;
|
||||
use std::{cmp, f32};
|
||||
use style::computed_values::filter::Filter;
|
||||
use style::computed_values::{background_attachment, background_clip, background_origin};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue