mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Auto merge of #6959 - servo:warnings_, r=jdm
Fix warnings Adds on top of #6949. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6959) <!-- Reviewable:end -->
This commit is contained in:
commit
0d8825c25c
3 changed files with 1 additions and 3 deletions
|
@ -67,7 +67,7 @@ use smallvec::VecLike;
|
|||
use style::legacy::{UnsignedIntegerAttribute, from_declaration};
|
||||
use style::properties::{PropertyDeclarationBlock, PropertyDeclaration, parse_style_attribute};
|
||||
use style::properties::DeclaredValue::SpecifiedValue;
|
||||
use style::properties::longhands::{self, background_image, border_spacing, height};
|
||||
use style::properties::longhands::{self, background_image, border_spacing};
|
||||
use style::values::CSSFloat;
|
||||
use style::values::specified::{self, CSSColor, CSSRGBA};
|
||||
use util::geometry::Au;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue