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

UltraBlame original commit: f7050ffdfddb21a4b839f81b05bb356481fc4f7c
  • Loading branch information
marco-c committed Oct 1, 2019
1 parent 6847cea commit 17f88b4
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions servo/components/style/properties/longhand/font.mako.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9898,6 +9898,25 @@ helpers
:
longhand
>
#
[
cfg
(
any
(
feature
=
"
gecko
"
feature
=
"
testing
"
)
)
]
macro_rules
!
exclusive_value
Expand Down

0 comments on commit 17f88b4

Please sign in to comment.