Update doc comment.

This commit is contained in:
Camille GILLOT 2023-08-16 18:15:49 +00:00
parent b8fed2f21c
commit 94c5ea350f

View File

@ -106,7 +106,7 @@ impl<'tcx> MirPass<'tcx> for ElaborateDrops {
}
}
/// Removes unwind edges which are known to be unreachable, because they are in `drop` terminators
/// Records unwind edges which are known to be unreachable, because they are in `drop` terminators
/// that can't drop anything.
#[instrument(level = "trace", skip(body, flow_inits), ret)]
fn compute_dead_unwinds<'mir, 'tcx>(