Skip to content

Commit

Permalink
Rollup merge of rust-lang#98986 - pierwill:patch-5, r=oli-obk
Browse files Browse the repository at this point in the history
Fix missing word in comment
  • Loading branch information
matthiaskrgr authored Jul 7, 2022
2 parents 4d69884 + deaa92b commit ffe849d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_mir_dataflow/src/impls/storage_liveness.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit ffe849d

Please sign in to comment.