Typo.
This commit is contained in:
parent
abb723dea2
commit
c8f33ec35f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue