fix long line, r=tidypolice.
This commit is contained in:
parent
76dc7818ea
commit
35209cb9ec
1 changed files with 4 additions and 3 deletions
|
@ -710,9 +710,10 @@ fn expand_deriving_eq_enum_method(cx: ext_ctxt,
|
|||
|
||||
// Create the nonmatching pattern body.
|
||||
let nonmatching_expr = build::mk_bool(cx, span, !is_eq);
|
||||
let nonmatching_body_block = build::mk_simple_block(cx,
|
||||
span,
|
||||
nonmatching_expr);
|
||||
let nonmatching_body_block =
|
||||
build::mk_simple_block(cx,
|
||||
span,
|
||||
nonmatching_expr);
|
||||
|
||||
// Create the nonmatching arm.
|
||||
let nonmatching_arm = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue