fix long line, r=tidypolice.

This commit is contained in:
Graydon Hoare 2012-12-11 16:04:35 -08:00
parent 76dc7818ea
commit 35209cb9ec

View File

@ -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 = {