Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 8773943

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 --HG-- extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear extra : subtree_revision : b024b9d4b46a80c7c8d69c4473cae0617613d68b
1 parent 1953860 commit 8773943

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
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)