mirror of
https://github.com/servo/servo.git
synced 2025-08-17 19:35:33 +01:00
Fix some build warnings.
This commit is contained in:
parent
6fe9fd2269
commit
2ddf1f2d91
4 changed files with 12 additions and 14 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
use gfx::font_cache_thread::FontCacheThread;
|
||||
use ipc_channel::ipc;
|
||||
use style::computed_values::font_family::{FontFamily, FamilyName};
|
||||
use style::computed_values::font_family::FamilyName;
|
||||
use style::font_face::{FontFaceRule, Source};
|
||||
|
||||
#[test]
|
||||
|
|
|
@ -884,7 +884,7 @@ mod shorthand_serialization {
|
|||
use style::properties::longhands::mask_repeat as repeat;
|
||||
use style::properties::longhands::mask_size as size;
|
||||
use style::values::specified::Image;
|
||||
use style::values::specified::position::{HorizontalPosition, Position, VerticalPosition};
|
||||
use style::values::specified::position::{HorizontalPosition, VerticalPosition};
|
||||
use super::*;
|
||||
|
||||
macro_rules! single_vec_value_typedef {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue