Skip to content

Commit 78fa551

Browse files
committed
./x fmt
1 parent 5347261 commit 78fa551

File tree

1 file changed

+2
-7
lines changed
  • compiler/rustc_parse/src/parser

1 file changed

+2
-7
lines changed

compiler/rustc_parse/src/parser/ty.rs

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1211,13 +1211,8 @@ impl<'a> Parser<'a> {
12111211
}
12121212
}
12131213

1214-
let poly_trait = PolyTraitRef::new(
1215-
lifetime_defs,
1216-
path,
1217-
modifiers,
1218-
lo.to(self.prev_token.span),
1219-
parens,
1220-
);
1214+
let poly_trait =
1215+
PolyTraitRef::new(lifetime_defs, path, modifiers, lo.to(self.prev_token.span), parens);
12211216
Ok(GenericBound::Trait(poly_trait))
12221217
}
12231218

0 commit comments

Comments
 (0)