Skip to content

Commit 282fd72

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 abcea29 commit 282fd72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -1315,6 +1315,7 @@ ${helpers.single_keyword_system("font-kerning",
13151315
}
13161316
</%helpers:longhand>
13171317

1318+
#[cfg(any(feature = "gecko", feature = "testing"))]
13181319
macro_rules! exclusive_value {
13191320
(($value:ident, $set:expr) => $ident:ident) => {
13201321
if $value.intersects($set) {

0 commit comments

Comments
 (0)