From 9abb96db9b7d9c8794fca8ede05588ca79ed04d49c849ac70f4a2161b8ee3655 Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Sat, 30 Mar 2019 15:57:20 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaThunderbird?expand=0&rev=464 --- mozilla-bmo1519629.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/mozilla-bmo1519629.patch b/mozilla-bmo1519629.patch index 7b6f11d..b2861be 100644 --- a/mozilla-bmo1519629.patch +++ b/mozilla-bmo1519629.patch @@ -1,3 +1,15 @@ +diff -rup thunderbird-60.6.1.orig/servo/components/style/lib.rs thunderbird-60.6.1/servo/components/style/lib.rs +--- thunderbird-60.6.1.orig/servo/components/style/lib.rs 2019-03-25 02:38:41.000000000 +0100 ++++ thunderbird-60.6.1/servo/components/style/lib.rs 2019-03-30 14:46:10.491001809 +0100 +@@ -23,7 +23,7 @@ + //! [cssparser]: ../cssparser/index.html + //! [selectors]: ../selectors/index.html + +-#![deny(missing_docs)] ++/// #![deny(missing_docs)] + + extern crate app_units; + extern crate arrayvec; diff -rup thunderbird-60.6.1.orig/servo/components/style_traits/values.rs thunderbird-60.6.1/servo/components/style_traits/values.rs --- thunderbird-60.6.1.orig/servo/components/style_traits/values.rs 2019-03-25 02:38:43.000000000 +0100 +++ thunderbird-60.6.1/servo/components/style_traits/values.rs 2019-03-30 12:31:55.070634646 +0100