mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
style: Remove mozmm CSS unit.
Bug: 1416564 Reviewed-by: heycam MozReview-Commit-ID: AU4CUq09tw4
This commit is contained in:
parent
c261ff38c7
commit
eac0d104a3
5 changed files with 2 additions and 94 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue