mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-01 05:52:30 +01:00
https://www.thunderbird.net/ Thunderbird email client with package for GPG encrypted email (Enigmail). Signed-off-by: Joseph Benden <joe@benden.us>
25 lines
611 B
Diff
25 lines
611 B
Diff
This fixes build errors under recent Rust.
|
|
|
|
--- a/servo/components/style_traits/lib.rs
|
|
+++ b/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;
|
|
--- a/servo/components/style/lib.rs
|
|
+++ b/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;
|