Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit fd5b40f

Browse files
committed
Remove TODO
1 parent ff8c0ef commit fd5b40f

File tree

1 file changed

+0
-1
lines changed
  • compiler/rustc_mir_build/src/build/matches

1 file changed

+0
-1
lines changed

compiler/rustc_mir_build/src/build/matches/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ impl<'a, 'tcx> Builder<'a, 'tcx> {
6363
this.lower_let_else(block, &this.thir[expr], pat, break_scope, variable_scope_span)
6464
}
6565
_ => {
66-
// TODO `as_temp`?
6766
let mutability = Mutability::Mut;
6867
let place =
6968
unpack!(block = this.as_temp(block, Some(temp_scope), expr, mutability));

0 commit comments

Comments
 (0)