mirror of
https://github.com/servo/servo.git
synced 2025-07-31 03:00:29 +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,
|
||||
ExpnKind::Macro {
|
||||
kind: MacroKind::Derive,
|
||||
name: _,
|
||||
proc_macro: _,
|
||||
..
|
||||
}
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue