void-packages/srcpkgs/icecat/patches/rust133.patch
Johannes 93b253aece icecat: allow membarrier in sandbox
needed for musl-1.1.22

- fix build with recent rust versions

[ci skip]
2019-04-24 10:40:05 +02:00

21 lines
673 B
Diff

--- servo/components/style/lib.rs 2018-11-09 18:26:56.000000000 +0100
+++ servo/components/style/lib.rs 2019-04-23 23:12:18.536052865 +0200
@@ -23,7 +23,6 @@
//! [cssparser]: ../cssparser/index.html
//! [selectors]: ../selectors/index.html
-#![deny(missing_docs)]
extern crate app_units;
extern crate arrayvec;
--- servo/components/style_traits/lib.rs 2018-11-09 18:26:55.000000000 +0100
+++ servo/components/style_traits/lib.rs 2019-04-23 23:11:20.637542457 +0200
@@ -9,7 +9,7 @@
#![crate_name = "style_traits"]
#![crate_type = "rlib"]
-#![deny(unsafe_code, missing_docs)]
+#![deny(unsafe_code)]
extern crate app_units;
#[macro_use] extern crate bitflags;