mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Fix warning in a future compiler version.
(Do not upgrade yet because of https://github.com/rust-lang/rust/issues/42101)
This commit is contained in:
parent
a01ab9ad34
commit
902d979032
1 changed files with 1 additions and 0 deletions
|
@ -1325,6 +1325,7 @@ ${helpers.single_keyword_system("font-kerning",
|
|||
}
|
||||
</%helpers:longhand>
|
||||
|
||||
#[cfg(any(feature = "gecko", feature = "testing"))]
|
||||
macro_rules! exclusive_value {
|
||||
(($value:ident, $set:expr) => $ident:ident) => {
|
||||
if $value.intersects($set) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue