Fix warning in a future compiler version.

(Do not upgrade yet because of https://github.com/rust-lang/rust/issues/42101)
This commit is contained in:
Simon Sapin 2017-05-19 13:30:55 +02:00
parent a01ab9ad34
commit 902d979032

View file

@ -1325,6 +1325,7 @@ ${helpers.single_keyword_system("font-kerning",
}
</%helpers:longhand>
#[cfg(any(feature = "gecko", feature = "testing"))]
macro_rules! exclusive_value {
(($value:ident, $set:expr) => $ident:ident) => {
if $value.intersects($set) {