mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update Rust to 1.12.0-nightly (9316ae515 2016-07-24)
This commit is contained in:
parent
d6266c7cee
commit
3d8eab424c
26 changed files with 225 additions and 222 deletions
|
@ -86,5 +86,5 @@ fn jstraceable_substructure(cx: &mut ExtCtxt, trait_span: Span, substr: &Substru
|
|||
stmts.push(call_trace(span, self_.clone()));
|
||||
}
|
||||
|
||||
cx.expr_block(cx.block(trait_span, stmts, None))
|
||||
cx.expr_block(cx.block(trait_span, stmts))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue