Fixing a long line
This commit is contained in:
parent
bd195518c7
commit
c9c3a49bfc
1 changed files with 2 additions and 1 deletions
|
|
@ -3138,7 +3138,8 @@ fn normalize_ty(cx: ctxt, t: t) -> t {
|
|||
match r.self_r {
|
||||
some(_) =>
|
||||
// This enum has a self region. Get rid of it
|
||||
mk_enum(cx, did, {self_r: none, self_ty: none, tps: r.tps}),
|
||||
mk_enum(cx, did,
|
||||
{self_r: none, self_ty: none, tps: r.tps}),
|
||||
none =>
|
||||
t
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue