From 902d979032c586fc27b689aa94175c9c8bb22d33 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Fri, 19 May 2017 13:30:55 +0200 Subject: [PATCH] Fix warning in a future compiler version. (Do not upgrade yet because of https://github.com/rust-lang/rust/issues/42101) --- components/style/properties/longhand/font.mako.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/components/style/properties/longhand/font.mako.rs b/components/style/properties/longhand/font.mako.rs index 9d2ec4215d4..a955bf6d1aa 100644 --- a/components/style/properties/longhand/font.mako.rs +++ b/components/style/properties/longhand/font.mako.rs @@ -1325,6 +1325,7 @@ ${helpers.single_keyword_system("font-kerning", } +#[cfg(any(feature = "gecko", feature = "testing"))] macro_rules! exclusive_value { (($value:ident, $set:expr) => $ident:ident) => { if $value.intersects($set) {