Rollup merge of #98986 - pierwill:patch-5, r=oli-obk
Fix missing word in comment
This commit is contained in:
commit
b4f8537a56
@ -153,7 +153,7 @@ fn statement_effect(
|
||||
_: &mir::Statement<'tcx>,
|
||||
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.
|
||||
self.check_for_move(trans, loc);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user