1
Fork 0

Remove TODO

This commit is contained in:
Matthew Jasper 2021-09-02 09:21:16 +01:00
parent ff8c0ef0e4
commit fd5b40fd3e

View file

@ -63,7 +63,6 @@ impl<'a, 'tcx> Builder<'a, 'tcx> {
this.lower_let_else(block, &this.thir[expr], pat, break_scope, variable_scope_span)
}
_ => {
// TODO `as_temp`?
let mutability = Mutability::Mut;
let place =
unpack!(block = this.as_temp(block, Some(temp_scope), expr, mutability));