summaryrefslogtreecommitdiff
path: root/libre/icecat/deny_missing_docs.patch
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2020-12-16 08:55:26 +0100
committerAndreas Grapentin <andreas@grapentin.org>2020-12-17 19:26:05 +0100
commitd94bb564b00986448c29e6de518206804d1fe05a (patch)
tree341ba3c2f7bef399c0863902da2d533f48cb5966 /libre/icecat/deny_missing_docs.patch
parent8253c1b6a18fd8c81d9e750d903e063e81bf5ccc (diff)
downloadabslibre-d94bb564b00986448c29e6de518206804d1fe05a.tar.gz
abslibre-d94bb564b00986448c29e6de518206804d1fe05a.tar.bz2
abslibre-d94bb564b00986448c29e6de518206804d1fe05a.zip
libre/icecat: restructured and updated to 78.4.0
Diffstat (limited to 'libre/icecat/deny_missing_docs.patch')
-rw-r--r--libre/icecat/deny_missing_docs.patch38
1 files changed, 0 insertions, 38 deletions
diff --git a/libre/icecat/deny_missing_docs.patch b/libre/icecat/deny_missing_docs.patch
deleted file mode 100644
index f7e2b1786..000000000
--- a/libre/icecat/deny_missing_docs.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-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