From 17f88b45e159f99db22ea32969cbf531b366e75c Mon Sep 17 00:00:00 2001 From: Marco Castelluccio Date: Tue, 1 Oct 2019 11:37:11 +0000 Subject: [PATCH] servo: Merge #16950 - Fix warning in a future compiler version (from servo:warn); r=nox (Do not upgrade yet because of https://github.com/rust-lang/rust/issues/42101) Source-Repo: https://github.com/servo/servo Source-Revision: dbd4adf3b266fb8d02cb717bc255c04f0fe41c05 UltraBlame original commit: f7050ffdfddb21a4b839f81b05bb356481fc4f7c --- .../style/properties/longhand/font.mako.rs | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/servo/components/style/properties/longhand/font.mako.rs b/servo/components/style/properties/longhand/font.mako.rs index 9ab48c9508f4e..9892445ee5f55 100644 --- a/servo/components/style/properties/longhand/font.mako.rs +++ b/servo/components/style/properties/longhand/font.mako.rs @@ -9898,6 +9898,25 @@ helpers : longhand > +# +[ +cfg +( +any +( +feature += +" +gecko +" +feature += +" +testing +" +) +) +] macro_rules ! exclusive_value