mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Don't name unused ExpnKind::Macro fields in components/script_plugins
Co-authored-by: Simon Sapin <simon.sapin@exyr.org>
This commit is contained in:
parent
a68c336e55
commit
0955b686ed
1 changed files with 1 additions and 2 deletions
|
@ -407,8 +407,7 @@ fn in_derive_expn(span: Span) -> bool {
|
||||||
span.ctxt().outer_expn_data().kind,
|
span.ctxt().outer_expn_data().kind,
|
||||||
ExpnKind::Macro {
|
ExpnKind::Macro {
|
||||||
kind: MacroKind::Derive,
|
kind: MacroKind::Derive,
|
||||||
name: _,
|
..
|
||||||
proc_macro: _,
|
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue