mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Auto merge of #16950 - servo:warn, r=nox
Fix warning in a future compiler version. (Do not upgrade yet because of https://github.com/rust-lang/rust/issues/42101) <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16950) <!-- Reviewable:end -->
This commit is contained in:
commit
dbd4adf3b2
1 changed files with 1 additions and 0 deletions
|
@ -1315,6 +1315,7 @@ ${helpers.single_keyword_system("font-kerning",
|
||||||
}
|
}
|
||||||
</%helpers:longhand>
|
</%helpers:longhand>
|
||||||
|
|
||||||
|
#[cfg(any(feature = "gecko", feature = "testing"))]
|
||||||
macro_rules! exclusive_value {
|
macro_rules! exclusive_value {
|
||||||
(($value:ident, $set:expr) => $ident:ident) => {
|
(($value:ident, $set:expr) => $ident:ident) => {
|
||||||
if $value.intersects($set) {
|
if $value.intersects($set) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue