summarylogtreecommitdiffstats
path: root/deny_missing_docs.patch
diff options
context:
space:
mode:
authorFigue2019-07-09 00:47:38 +0200
committerFigue2019-07-09 00:49:54 +0200
commitbad46af7117bea5a24313d63be752d9cacdac9a2 (patch)
tree1b6d59125e0937306e6dd1cd1e4293382e91c3a8 /deny_missing_docs.patch
downloadaur-bad46af7117bea5a24313d63be752d9cacdac9a2.tar.gz
first commit: 60.7.2esr
Diffstat (limited to 'deny_missing_docs.patch')
-rw-r--r--deny_missing_docs.patch38
1 files changed, 38 insertions, 0 deletions
diff --git a/deny_missing_docs.patch b/deny_missing_docs.patch
new file mode 100644
index 000000000000..f7e2b1786d80
--- /dev/null
+++ b/deny_missing_docs.patch
@@ -0,0 +1,38 @@
+diff -ru a/servo/components/style/lib.rs b/servo/components/style/lib.rs
+--- a/servo/components/style/lib.rs 2019-03-13 22:33:48.000000000 +0100
++++ b/servo/components/style/lib.rs 2019-03-20 20:33:35.000795785 +0100
+@@ -23,7 +23,6 @@
+ //! [cssparser]: ../cssparser/index.html
+ //! [selectors]: ../selectors/index.html
+
+-#![deny(missing_docs)]
+
+ extern crate app_units;
+ extern crate arrayvec;
+@@ -148,7 +147,6 @@
+ /// Generated from the properties.mako.rs template by build.rs
+ #[macro_use]
+ #[allow(unsafe_code)]
+-#[deny(missing_docs)]
+ pub mod properties {
+ include!(concat!(env!("OUT_DIR"), "/properties.rs"));
+ }
+Sólo en servo/components/style: lib.rs_new
+Sólo en servo/components: style_derive
+diff -ru a/servo/components/style_traits/lib.rs b/servo/components/style_traits/lib.rs
+--- a/servo/components/style_traits/lib.rs 2019-03-13 22:33:48.000000000 +0100
++++ b/servo/components/style_traits/lib.rs 2019-03-20 20:33:40.458773473 +0100
+@@ -9,8 +9,6 @@
+ #![crate_name = "style_traits"]
+ #![crate_type = "rlib"]
+
+-#![deny(unsafe_code, missing_docs)]
+-
+ extern crate app_units;
+ #[macro_use] extern crate bitflags;
+ #[macro_use] extern crate cssparser;
+Sólo en servo/components/style_traits: lib.rs_new
+Sólo en servo/components: url
+Sólo en servo/components: webdriver_server
+Sólo en servo/components: webvr
+Sólo en servo/components: webvr_traits