summarylogtreecommitdiffstats
path: root/rust-1.33.patch
diff options
context:
space:
mode:
authornikatar2019-07-15 02:17:01 +0300
committernikatar2019-07-15 02:17:01 +0300
commit58098d32a793e98c65a0231f55dafc6e76b4868f (patch)
tree7fc12b3d3cd789d0ca2a8a3c6bff5d229eb155b2 /rust-1.33.patch
parent6c570d6a1ab0d42f7cf13f76639aa68c5dcf79b4 (diff)
downloadaur-58098d32a793e98c65a0231f55dafc6e76b4868f.tar.gz
60.8.0-1
Diffstat (limited to 'rust-1.33.patch')
-rw-r--r--rust-1.33.patch39
1 files changed, 0 insertions, 39 deletions
diff --git a/rust-1.33.patch b/rust-1.33.patch
deleted file mode 100644
index f4b19bcf1232..000000000000
--- a/rust-1.33.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-diff -up thunderbird-60.5.3/servo/components/style/gecko/regen_atoms.py.rust-1.33-build thunderbird-60.5.3/servo/components/style/gecko/regen_atoms.py
---- thunderbird-60.5.3/servo/components/style/gecko/regen_atoms.py.rust-1.33-build 2019-03-04 19:17:31.000000000 +0100
-+++ thunderbird-60.5.3/servo/components/style/gecko/regen_atoms.py 2019-03-13 15:05:58.965726109 +0100
-@@ -202,6 +202,7 @@ RULE_TEMPLATE = ('("{atom}") =>\n '
- ' }}}};')
-
- MACRO = '''
-+/// Returns a static atom by passing the literal string it represents.
- #[macro_export]
- macro_rules! atom {{
- {}
-diff -up thunderbird-60.5.3/servo/components/style/properties/properties.mako.rs.rust-1.33-build thunderbird-60.5.3/servo/components/style/properties/properties.mako.rs
---- thunderbird-60.5.3/servo/components/style/properties/properties.mako.rs.rust-1.33-build 2019-03-04 19:17:30.000000000 +0100
-+++ thunderbird-60.5.3/servo/components/style/properties/properties.mako.rs 2019-03-13 15:05:58.966726107 +0100
-@@ -55,6 +55,7 @@ use style_adjuster::StyleAdjuster;
-
- pub use self::declaration_block::*;
-
-+/// Generated
- #[cfg(feature = "gecko")]
- #[macro_export]
- macro_rules! property_name {
-@@ -3852,7 +3853,7 @@ impl fmt::Debug for AliasId {
- }
- }
-
--// NOTE(emilio): Callers are responsible to deal with prefs.
-+/// Callers are responsible to deal with prefs.
- #[macro_export]
- macro_rules! css_properties_accessors {
- ($macro_name: ident) => {
-@@ -3875,6 +3876,7 @@ macro_rules! css_properties_accessors {
- }
- }
-
-+/// Neco
- #[macro_export]
- macro_rules! longhand_properties_idents {
- ($macro_name: ident) => {