diff options
author | Emilio Cobos Álvarez <emilio@crisal.io> | 2017-09-09 13:44:56 +0200 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2017-09-11 11:22:23 +0200 |
commit | a4da2220c19c06f2c06e134422498c1b10851ef7 (patch) | |
tree | 859635448e8f6892e6b4ab723c59064759a18521 /components/style/macros.rs | |
parent | b94dd4885dc5f3829f81b8022db298a84f141b81 (diff) | |
download | servo-a4da2220c19c06f2c06e134422498c1b10851ef7.tar.gz servo-a4da2220c19c06f2c06e134422498c1b10851ef7.zip |
style: Unify the trivial ToComputedValue implementations, and add impls for i32.
Diffstat (limited to 'components/style/macros.rs')
-rw-r--r-- | components/style/macros.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/style/macros.rs b/components/style/macros.rs index bdbaaab5dbe..aeec5516fda 100644 --- a/components/style/macros.rs +++ b/components/style/macros.rs @@ -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. /// |