style: Better debugging for media-query related code and ua-cache.

Bug: 1470145
Reviewed-by: xidorn
MozReview-Commit-ID: 3XHAxK2BOTS
This commit is contained in:
Emilio Cobos Álvarez 2018-06-21 15:19:48 +02:00
parent f564b32b75
commit 82db42390d
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
4 changed files with 49 additions and 11 deletions

View file

@ -231,6 +231,8 @@ pub struct CssInputAttrs {
#[derive(Default, FromVariant)]
pub struct CssVariantAttrs {
pub function: Option<Override<String>>,
// Here because structs variants are also their whole type definition.
pub derive_debug: bool,
pub comma: bool,
pub dimension: bool,
pub keyword: Option<String>,