Skip to content

Commit decbbaa

Browse files
committed
Fix long line
1 parent af842bf commit decbbaa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/rustc/middle/typeck/collect.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,8 @@ fn convert_struct(ccx: @crate_ctxt,
617617
inputs: do struct_def.fields.map |field| {
618618
{
619619
mode: ast::expl(ast::by_copy),
620-
ty: ccx.tcx.tcache.get(local_def(field.node.id)).ty
620+
ty: ccx.tcx.tcache.get
621+
(local_def(field.node.id)).ty
621622
}
622623
},
623624
output: selfty

0 commit comments

Comments
 (0)