style: Report counted unknown properties as well.

Differential Revision: https://phabricator.services.mozilla.com/D44717
This commit is contained in:
Emilio Cobos Álvarez 2019-09-19 00:20:04 +00:00
parent 5e77ba9bf4
commit c92d1f6b9c

View file

@ -1793,7 +1793,7 @@ impl ToCss for PropertyId {
} }
/// The counted unknown property list which is used for css use counters. /// The counted unknown property list which is used for css use counters.
#[derive(Clone, Copy, Debug, Eq, Hash, PartialEq)] #[derive(Clone, Copy, Debug, Eq, FromPrimitive, Hash, PartialEq)]
#[repr(u8)] #[repr(u8)]
pub enum CountedUnknownProperty { pub enum CountedUnknownProperty {
% for prop in data.counted_unknown_properties: % for prop in data.counted_unknown_properties: