add trailing comma
This commit is contained in:
parent
de6c52d5ea
commit
9ef768c811
1 changed files with 1 additions and 1 deletions
|
@ -827,7 +827,7 @@ impl<'tcx> TypeFoldable<'tcx> for ty::RegionParameterDef {
|
||||||
def_id: self.def_id,
|
def_id: self.def_id,
|
||||||
space: self.space,
|
space: self.space,
|
||||||
index: self.index,
|
index: self.index,
|
||||||
bounds: self.bounds.fold_with(folder)
|
bounds: self.bounds.fold_with(folder),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue