Blame SOURCES/build-rust-missing-docs.patch

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