Skip to content

Commit 17f88b4

Browse files
committed
servo: Merge #16950 - Fix warning in a future compiler version (from 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
1 parent 6847cea commit 17f88b4

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

servo/components/style/properties/longhand/font.mako.rs

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9898,6 +9898,25 @@ helpers
98989898
:
98999899
longhand
99009900
>
9901+
#
9902+
[
9903+
cfg
9904+
(
9905+
any
9906+
(
9907+
feature
9908+
=
9909+
"
9910+
gecko
9911+
"
9912+
feature
9913+
=
9914+
"
9915+
testing
9916+
"
9917+
)
9918+
)
9919+
]
99019920
macro_rules
99029921
!
99039922
exclusive_value

0 commit comments

Comments
 (0)