Skip to content

Commit b4f8537

Browse files
authored
Rollup merge of #98986 - pierwill:patch-5, r=oli-obk
Fix missing word in comment
2 parents 9064147 + deaa92b commit b4f8537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_mir_dataflow/src/impls/storage_liveness.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ impl<'mir, 'tcx> crate::GenKillAnalysis<'tcx> for MaybeRequiresStorage<'mir, 'tc
153153
_: &mir::Statement<'tcx>,
154154
loc: Location,
155155
) {
156-
// If we move from a place then only stops needing storage *after*
156+
// If we move from a place then it only stops needing storage *after*
157157
// that statement.
158158
self.check_for_move(trans, loc);
159159
}

0 commit comments

Comments
 (0)