mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-05 03:23:25 +00:00
add trailing comma
This commit is contained in:
parent
de6c52d5ea
commit
9ef768c811
@ -827,7 +827,7 @@ impl<'tcx> TypeFoldable<'tcx> for ty::RegionParameterDef {
|
||||
def_id: self.def_id,
|
||||
space: self.space,
|
||||
index: self.index,
|
||||
bounds: self.bounds.fold_with(folder)
|
||||
bounds: self.bounds.fold_with(folder),
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user