mirror of
https://github.com/servo/servo.git
synced 2025-06-17 21:04:28 +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 {
|
fn in_derive_expn(span: Span) -> bool {
|
||||||
matches!(
|
matches!(
|
||||||
span.ctxt().outer_expn_data().kind,
|
span.ctxt().outer_expn_data().kind,
|
||||||
ExpnKind::Macro {
|
ExpnKind::Macro(MacroKind::Derive, ..)
|
||||||
kind: MacroKind::Derive,
|
|
||||||
..
|
|
||||||
}
|
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
nightly-2021-05-18
|
nightly-2021-07-17
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue