Rollup merge of #98986 - pierwill:patch-5, r=oli-obk

Fix missing word in comment
This commit is contained in:
Matthias Krüger 2022-07-07 20:33:27 +02:00 committed by GitHub
commit b4f8537a56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
}