2019-09-12 05:58:53 +02:00
|
|
|
--- ./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
|
2019-03-27 00:04:49 +01:00
|
|
|
@@ -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;
|
2019-09-12 05:58:53 +02:00
|
|
|
@@ -196,7 +196,7 @@
|
2019-03-27 00:04:49 +01:00
|
|
|
/// 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"));
|
|
|
|
}
|
2019-09-12 05:58:53 +02:00
|
|
|
--- ./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 @@
|
|
|
|
|
2019-03-27 00:04:49 +01:00
|
|
|
#![crate_name = "style_traits"]
|
|
|
|
#![crate_type = "rlib"]
|
|
|
|
-#![deny(unsafe_code, missing_docs)]
|
|
|
|
+#![deny(unsafe_code)]
|
|
|
|
|
|
|
|
extern crate app_units;
|
2019-09-12 05:58:53 +02:00
|
|
|
#[macro_use]
|