Skip to content

Commit 3e24716

Browse files
committed
fixup! LivenessValues does not need to be generic over regions
1 parent 59e9b68 commit 3e24716

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_borrowck/src/region_infer

1 file changed

+1
-1
lines changed

compiler/rustc_borrowck/src/region_infer/values.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ impl LivenessValues {
151151
self.points.union_row(region, points)
152152
}
153153

154-
/// Record `region` as being live at all the control-flow points.
154+
/// Records `region` as being live at all the control-flow points.
155155
pub(crate) fn add_all_points(&mut self, region: RegionVid) {
156156
self.points.insert_all_into_row(region);
157157
}

0 commit comments

Comments
 (0)