Skip to content

Commit b4bdaa1

Browse files
simonvandelandjo403
andcommitted
Suggestion from review
Co-authored-by: Andreas Jonson <andjo403@users.noreply.github.com>
1 parent 290dca1 commit b4bdaa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_mir/src/transform/remove_unneeded_drops.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ impl RemoveUnneededDrops {
1818

1919
impl<'tcx> MirPass<'tcx> for RemoveUnneededDrops {
2020
fn run_pass(&self, tcx: TyCtxt<'tcx>, source: MirSource<'tcx>, body: &mut Body<'tcx>) {
21-
trace!("Running SimplifyComparisonIntegral on {:?}", source);
21+
trace!("Running RemoveUnneededDrops on {:?}", source);
2222
let mut opt_finder = RemoveUnneededDropsOptimizationFinder {
2323
tcx,
2424
body,

0 commit comments

Comments
 (0)