mirror of
https://github.com/servo/servo.git
synced 2025-08-26 15:48:22 +01:00
Fix some build warnings.
This commit is contained in:
parent
6fe9fd2269
commit
2ddf1f2d91
4 changed files with 12 additions and 14 deletions
|
@ -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