Skip to content

Commit ba01cd7

Browse files
committed
libsyntax: Long line. rs=make-tidy
1 parent a7aecc4 commit ba01cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/ext/deriving.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ fn expand_deriving_struct_def(cx: ext_ctxt,
196196
Disjunction);
197197

198198
// Create the implementation.
199-
return create_derived_impl(cx, span, type_ident, eq_method, ne_method);
199+
return create_derived_impl(cx, span, type_ident, eq_method, ne_method);
200200
}
201201

202202
fn expand_deriving_struct_method(cx: ext_ctxt,

0 commit comments

Comments
 (0)