Skip to content

Commit 902d979

Browse files
committed
Fix warning in a future compiler version.
(Do not upgrade yet because of rust-lang/rust#42101)
1 parent a01ab9a commit 902d979

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1325,6 +1325,7 @@ ${helpers.single_keyword_system("font-kerning",
13251325
}
13261326
</%helpers:longhand>
13271327

1328+
#[cfg(any(feature = "gecko", feature = "testing"))]
13281329
macro_rules! exclusive_value {
13291330
(($value:ident, $set:expr) => $ident:ident) => {
13301331
if $value.intersects($set) {

0 commit comments

Comments
 (0)