Skip to content

Commit 94c5ea3

Browse files
committed
Update doc comment.
1 parent b8fed2f commit 94c5ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_mir_transform/src/elaborate_drops.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ impl<'tcx> MirPass<'tcx> for ElaborateDrops {
106106
}
107107
}
108108

109-
/// Removes unwind edges which are known to be unreachable, because they are in `drop` terminators
109+
/// Records unwind edges which are known to be unreachable, because they are in `drop` terminators
110110
/// that can't drop anything.
111111
#[instrument(level = "trace", skip(body, flow_inits), ret)]
112112
fn compute_dead_unwinds<'mir, 'tcx>(

0 commit comments

Comments
 (0)