pkgsrc/mail/thunderbird60/patches/patch-servo_components_style__traits_lib.rs
ryoon 399c4c43f4 mail/thunderbird60: import thunderbird60-60.9.0
Mozilla Thunderbird is a redesign of the Mozilla mail component. The
goal is to produce a cross platform stand alone mail application using
the XUL user interface language. This version uses the gtk2 toolkit.

This package provides Thunderbird 60 ESR.
2019-09-21 11:23:28 +00:00

13 lines
430 B
Rust

$NetBSD: patch-servo_components_style__traits_lib.rs,v 1.1 2019/09/21 11:23:28 ryoon Exp $
--- servo/components/style_traits/lib.rs.orig 2019-02-21 19:22:50.000000000 +0000
+++ servo/components/style_traits/lib.rs
@@ -9,8 +9,6 @@
#![crate_name = "style_traits"]
#![crate_type = "rlib"]
-#![deny(unsafe_code, missing_docs)]
-
extern crate app_units;
#[macro_use] extern crate bitflags;
#[macro_use] extern crate cssparser;