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