style: Unify the trivial ToComputedValue implementations, and add impls for i32.

This commit is contained in:
Emilio Cobos Álvarez 2017-09-09 13:44:56 +02:00
parent b94dd4885d
commit a4da2220c1
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
2 changed files with 6 additions and 7 deletions

View file

@ -20,8 +20,6 @@ macro_rules! trivial_to_computed_value {
}
}
trivial_to_computed_value!(i32);
/// A macro to parse an identifier, or return an `UnexpectedIndent` error
/// otherwise.
///