style: Remove mozmm CSS unit.

Bug: 1416564
Reviewed-by: heycam
MozReview-Commit-ID: AU4CUq09tw4
This commit is contained in:
Emilio Cobos Álvarez 2017-11-12 15:56:12 +01:00
parent c261ff38c7
commit eac0d104a3
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
5 changed files with 2 additions and 94 deletions

View file

@ -59,11 +59,6 @@ pub fn derive(input: DeriveInput) -> Tokens {
};
if variant_attrs.dimension {
// FIXME(emilio): Remove when bug 1416564 lands.
if identifier == "-mozmm" {
identifier = "mozmm".into();
}
expr = quote! {
#expr?;
::std::fmt::Write::write_str(dest, #identifier)