style: Fix tidy.

This commit is contained in:
Emilio Cobos Álvarez 2018-06-23 20:33:33 +02:00
parent fc4998367b
commit 750c223021
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
4 changed files with 9 additions and 10 deletions

View file

@ -17,8 +17,8 @@ use parser::{Parse, ParserContext};
use servo_arc::{Arc, RawOffsetArc};
use std::fmt::{self, Write};
use std::mem;
use stylesheets::UrlExtraData;
use style_traits::{CssWriter, ParseError, ToCss};
use stylesheets::UrlExtraData;
use values::computed::{Context, ToComputedValue};
/// A CSS url() value for gecko.