blob: 03d8e6b420562e8a9675efc6ced8cdc3949690d3 (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
--- ./servo/components/style/lib.rs.orig 2019-07-05 20:44:35.000000000 -0500
+++ ./servo/components/style/lib.rs 2019-07-08 13:51:55.460242952 -0500
@@ -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;
@@ -196,7 +196,7 @@
/// Generated from the properties.mako.rs template by build.rs
#[macro_use]
#[allow(unsafe_code)]
-#[deny(missing_docs)]
+// #[deny(missing_docs)]
pub mod properties {
include!(concat!(env!("OUT_DIR"), "/properties.rs"));
}
--- ./servo/components/style_traits/lib.rs.orig 2019-07-08 13:51:55.462242953 -0500
+++ ./servo/components/style_traits/lib.rs 2019-07-08 13:53:44.853249956 -0500
@@ -8,7 +8,7 @@
#![crate_name = "style_traits"]
#![crate_type = "rlib"]
-#![deny(unsafe_code, missing_docs)]
+#![deny(unsafe_code)]
extern crate app_units;
#[macro_use]
|