Fix long line

This commit is contained in:
Tim Chevalier 2012-10-25 14:54:40 -07:00
parent af842bf76c
commit decbbaa182

View file

@ -617,7 +617,8 @@ fn convert_struct(ccx: @crate_ctxt,
inputs: do struct_def.fields.map |field| { inputs: do struct_def.fields.map |field| {
{ {
mode: ast::expl(ast::by_copy), mode: ast::expl(ast::by_copy),
ty: ccx.tcx.tcache.get(local_def(field.node.id)).ty ty: ccx.tcx.tcache.get
(local_def(field.node.id)).ty
} }
}, },
output: selfty output: selfty