Make servo-tidy happy.

This commit is contained in:
Emilio Cobos Álvarez 2018-05-15 11:37:00 +02:00
parent dccb8263cc
commit 164bfbcb40
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
3 changed files with 6 additions and 6 deletions

View file

@ -8,9 +8,9 @@
use std::fmt::{self, Write};
use style_traits::{CssWriter, ToCss};
use values::CSSFloat;
use values::computed::{Context, ToComputedValue};
use values::specified;
use values::CSSFloat;
/// A computed `<resolution>`.
pub struct Resolution(CSSFloat);