Rollup merge of #98986 - pierwill:patch-5, r=oli-obk
Fix missing word in comment
This commit is contained in:
commit
b4f8537a56
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ impl<'mir, 'tcx> crate::GenKillAnalysis<'tcx> for MaybeRequiresStorage<'mir, 'tc
|
||||||
_: &mir::Statement<'tcx>,
|
_: &mir::Statement<'tcx>,
|
||||||
loc: Location,
|
loc: Location,
|
||||||
) {
|
) {
|
||||||
// If we move from a place then only stops needing storage *after*
|
// If we move from a place then it only stops needing storage *after*
|
||||||
// that statement.
|
// that statement.
|
||||||
self.check_for_move(trans, loc);
|
self.check_for_move(trans, loc);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue