Typo.
This commit is contained in:
parent
abb723dea2
commit
c8f33ec35f
@ -347,7 +347,7 @@ impl<'b, 'tcx> ElaborateDropsCtxt<'b, 'tcx> {
|
|||||||
continue;
|
continue;
|
||||||
};
|
};
|
||||||
|
|
||||||
// This place does not need dropping. It is not have an associated move-path, so the
|
// This place does not need dropping. It does not have an associated move-path, so the
|
||||||
// match below will conservatively keep an unconditional drop. As that drop is useless,
|
// match below will conservatively keep an unconditional drop. As that drop is useless,
|
||||||
// just remove it here and now.
|
// just remove it here and now.
|
||||||
if !place
|
if !place
|
||||||
|
Loading…
x
Reference in New Issue
Block a user