thunderbird: fix build with rust 1.33+
[ci skip]
This commit is contained in:
parent
9a56e1dd24
commit
2ecc3d5be5
1 changed files with 24 additions and 0 deletions
24
srcpkgs/thunderbird/patches/rust133.patch
Normal file
24
srcpkgs/thunderbird/patches/rust133.patch
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
This fixes build errors under recent Rust.
|
||||||
|
|
||||||
|
--- servo/components/style_traits/lib.rs
|
||||||
|
+++ servo/components/style_traits/lib.rs
|
||||||
|
@@ -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;
|
||||||
|
--- servo/components/style/lib.rs
|
||||||
|
+++ servo/components/style/lib.rs
|
||||||
|
@@ -23,8 +23,6 @@
|
||||||
|
//! [cssparser]: ../cssparser/index.html
|
||||||
|
//! [selectors]: ../selectors/index.html
|
||||||
|
|
||||||
|
-#![deny(missing_docs)]
|
||||||
|
-
|
||||||
|
extern crate app_units;
|
||||||
|
extern crate arrayvec;
|
||||||
|
extern crate atomic_refcell;
|
Loading…
Add table
Add a link
Reference in a new issue