Review feedback: add linebreak and reindent to make braces match better.
This commit is contained in:
parent
818ac082d2
commit
85d2e4d1d6
1 changed files with 4 additions and 3 deletions
|
@ -1295,9 +1295,10 @@ impl<'a, 'gcx, 'tcx> Rebuilder<'a, 'gcx, 'tcx> {
|
|||
-> hir::Generics {
|
||||
let mut lifetimes = Vec::new();
|
||||
for lt in add {
|
||||
lifetimes.push(hir::LifetimeDef { lifetime: *lt,
|
||||
bounds: hir::HirVec::new(),
|
||||
pure_wrt_drop: false,
|
||||
lifetimes.push(hir::LifetimeDef {
|
||||
lifetime: *lt,
|
||||
bounds: hir::HirVec::new(),
|
||||
pure_wrt_drop: false,
|
||||
});
|
||||
}
|
||||
for lt in &generics.lifetimes {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue