mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
Typo.
This commit is contained in:
parent
abb723dea2
commit
c8f33ec35f
@ -347,7 +347,7 @@ impl<'b, 'tcx> ElaborateDropsCtxt<'b, 'tcx> {
|
||||
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,
|
||||
// just remove it here and now.
|
||||
if !place
|
||||
|
Loading…
Reference in New Issue
Block a user