Fix missing word in comment

This commit is contained in:
pierwill 2022-07-06 13:26:26 -05:00 committed by GitHub
parent 049308cf8b
commit deaa92b34b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ impl<'mir, 'tcx> crate::GenKillAnalysis<'tcx> for MaybeRequiresStorage<'mir, 'tc
_: &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);
}