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