Skip to content

Commit 40c73d5

Browse files
committed
fix comment
1 parent 85a7a11 commit 40c73d5

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_mir_build/src/builder/expr

1 file changed

+1
-1
lines changed

compiler/rustc_mir_build/src/builder/expr/into.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ impl<'a, 'tcx> Builder<'a, 'tcx> {
271271
);
272272
this.diverge_from(loop_block);
273273

274-
// logic for `match`
274+
// Logic for `match`.
275275
let scrutinee_place_builder =
276276
unpack!(body_block = this.as_place_builder(body_block, state));
277277
let scrutinee_span = this.thir.exprs[state].span;

0 commit comments

Comments
 (0)