Skip to content

Commit c8f33ec

Browse files
committed
Typo.
1 parent abb723d commit c8f33ec

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
@@ -347,7 +347,7 @@ impl<'b, 'tcx> ElaborateDropsCtxt<'b, 'tcx> {
347347
continue;
348348
};
349349

350-
// This place does not need dropping. It is not have an associated move-path, so the
350+
// This place does not need dropping. It does not have an associated move-path, so the
351351
// match below will conservatively keep an unconditional drop. As that drop is useless,
352352
// just remove it here and now.
353353
if !place

0 commit comments

Comments
 (0)