libsyntax: Long line. rs=make-tidy

This commit is contained in:
Patrick Walton 2012-11-20 11:59:03 -08:00
parent a7aecc46a5
commit ba01cd7fb0

View file

@ -196,7 +196,7 @@ fn expand_deriving_struct_def(cx: ext_ctxt,
Disjunction); Disjunction);
// Create the implementation. // Create the implementation.
return create_derived_impl(cx, span, type_ident, eq_method, ne_method); return create_derived_impl(cx, span, type_ident, eq_method, ne_method);
} }
fn expand_deriving_struct_method(cx: ext_ctxt, fn expand_deriving_struct_method(cx: ext_ctxt,