From 555907180020cb8e32aa17ecbc97f1f1614c4ebf Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Tue, 12 Mar 2019 21:34:49 +0100 Subject: [PATCH] Rust build fix --- rust-1.33-build.patch | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/rust-1.33-build.patch b/rust-1.33-build.patch index 1011a10..86bcb59 100644 --- a/rust-1.33-build.patch +++ b/rust-1.33-build.patch @@ -1,14 +1,3 @@ -diff -up thunderbird-60.5.3/servo/components/style_traits/lib.rs.rust-1.33-build thunderbird-60.5.3/servo/components/style_traits/lib.rs ---- thunderbird-60.5.3/servo/components/style_traits/lib.rs.rust-1.33-build 2019-03-04 19:17:27.000000000 +0100 -+++ thunderbird-60.5.3/servo/components/style_traits/lib.rs 2019-03-12 12:10:04.596635368 +0100 -@@ -72,7 +72,6 @@ pub enum CSSPixel {} - // / hidpi_ratio => DeviceIndependentPixel - // / desktop_zoom => CSSPixel - --pub mod cursor; - #[macro_use] - pub mod values; - #[macro_use] diff -up thunderbird-60.5.3/servo/components/style_traits/values.rs.rust-1.33-build thunderbird-60.5.3/servo/components/style_traits/values.rs --- thunderbird-60.5.3/servo/components/style_traits/values.rs.rust-1.33-build 2019-03-04 19:17:27.000000000 +0100 +++ thunderbird-60.5.3/servo/components/style_traits/values.rs 2019-03-12 12:10:04.596635368 +0100