mirror of
https://github.com/servo/servo.git
synced 2025-06-10 17:43:16 +00:00
Update to 7/17 nightly.
This commit is contained in:
parent
1522befabb
commit
8d5dd66ed3
2 changed files with 2 additions and 5 deletions
|
@ -405,10 +405,7 @@ fn match_def_path(cx: &LateContext, def_id: DefId, path: &[Symbol]) -> bool {
|
|||
fn in_derive_expn(span: Span) -> bool {
|
||||
matches!(
|
||||
span.ctxt().outer_expn_data().kind,
|
||||
ExpnKind::Macro {
|
||||
kind: MacroKind::Derive,
|
||||
..
|
||||
}
|
||||
ExpnKind::Macro(MacroKind::Derive, ..)
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue