b371f0
diff -up thunderbird-60.9.0/servo/components/style_traits/values.rs.rust-build thunderbird-60.9.0/servo/components/style_traits/values.rs
b371f0
--- thunderbird-60.9.0/servo/components/style_traits/values.rs.rust-build	2019-09-06 12:25:57.491129675 +0200
b371f0
+++ thunderbird-60.9.0/servo/components/style_traits/values.rs	2019-09-06 12:27:54.698509544 +0200
b371f0
@@ -135,6 +135,7 @@ where
b371f0
     }
b371f0
 }
b371f0
 
b371f0
+/// Some dummy docs
b371f0
 #[macro_export]
b371f0
 macro_rules! serialize_function {
b371f0
     ($dest: expr, $name: ident($( $arg: expr, )+)) => {
b371f0
@@ -404,6 +405,7 @@ impl_to_css_for_predefined_type!(::csspa
b371f0
 impl_to_css_for_predefined_type!(::cssparser::Color);
b371f0
 impl_to_css_for_predefined_type!(::cssparser::UnicodeRange);
b371f0
 
b371f0
+/// Some dummy docs
b371f0
 #[macro_export]
b371f0
 macro_rules! define_css_keyword_enum {
b371f0
     (pub enum $name:ident { $($variant:ident = $css:expr,)+ }) => {