Skip to content

Commit 52e4407

Browse files
committed
Update comment for liveness_of_locals
1 parent e305df1 commit 52e4407

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/librustc_mir/util/liveness.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ pub struct LivenessResult {
5555
}
5656

5757
/// Computes which local variables are live within the given function
58-
/// `mir`. The liveness mode `mode` determines what sorts of uses are
59-
/// considered to make a variable live (e.g., do drops count?).
58+
/// `mir`, including drops.
6059
pub fn liveness_of_locals<'tcx>(
6160
mir: &Mir<'tcx>,
6261
) -> LivenessResult {

0 commit comments

Comments
 (0)