Skip to content

Commit c9c3a49

Browse files
committedAug 3, 2012
Fixing a long line
·
release-0.70.4
1 parent bd19551 commit c9c3a49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎src/rustc/middle/ty.rs‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3138,7 +3138,8 @@ fn normalize_ty(cx: ctxt, t: t) -> t {
31383138
match r.self_r {
31393139
some(_) =>
31403140
// This enum has a self region. Get rid of it
3141-
mk_enum(cx, did, {self_r: none, self_ty: none, tps: r.tps}),
3141+
mk_enum(cx, did,
3142+
{self_r: none, self_ty: none, tps: r.tps}),
31423143
none =>
31433144
t
31443145
},

0 commit comments

Comments
 (0)
Please sign in to comment.