Skip to content

Commit

Permalink
servo: Merge #16950 - Fix warning in a future compiler version (from …
Browse files Browse the repository at this point in the history
…servo:warn); r=nox

(Do not upgrade yet because of rust-lang/rust#42101)

Source-Repo: https://github.com/servo/servo
Source-Revision: dbd4adf3b266fb8d02cb717bc255c04f0fe41c05
  • Loading branch information
SimonSapin committed May 21, 2017
1 parent c785716 commit fbe5aad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions servo/components/style/properties/longhand/font.mako.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1315,6 +1315,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) {
Expand Down

0 comments on commit fbe5aad

Please sign in to comment.