Skip to content

Commit

Permalink
Suggestion from review
Browse files Browse the repository at this point in the history
Co-authored-by: Andreas Jonson <andjo403@users.noreply.github.com>
  • Loading branch information
simonvandel and andjo403 committed Sep 22, 2020
1 parent 290dca1 commit b4bdaa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_mir/src/transform/remove_unneeded_drops.rs
Expand Up @@ -18,7 +18,7 @@ impl RemoveUnneededDrops {

impl<'tcx> MirPass<'tcx> for RemoveUnneededDrops {
fn run_pass(&self, tcx: TyCtxt<'tcx>, source: MirSource<'tcx>, body: &mut Body<'tcx>) {
trace!("Running SimplifyComparisonIntegral on {:?}", source);
trace!("Running RemoveUnneededDrops on {:?}", source);
let mut opt_finder = RemoveUnneededDropsOptimizationFinder {
tcx,
body,
Expand Down

0 comments on commit b4bdaa1

Please sign in to comment.