Skip to content

Commit 9ef768c

Browse files
committed
add trailing comma
1 parent de6c52d commit 9ef768c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/ty/structural_impls.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ impl<'tcx> TypeFoldable<'tcx> for ty::RegionParameterDef {
827827
def_id: self.def_id,
828828
space: self.space,
829829
index: self.index,
830-
bounds: self.bounds.fold_with(folder)
830+
bounds: self.bounds.fold_with(folder),
831831
}
832832
}
833833

0 commit comments

Comments
 (0)