Fix formatting
This commit is contained in:
parent
bd7cc779b6
commit
1409e707a2
@ -2189,7 +2189,9 @@ impl<'a> LoweringContext<'a> {
|
|||||||
let iter = self.str_to_ident("iter");
|
let iter = self.str_to_ident("iter");
|
||||||
|
|
||||||
let next_ident = self.str_to_ident("_next");
|
let next_ident = self.str_to_ident("_next");
|
||||||
let next_pat = self.pat_ident_binding_mode(e.span, next_ident, hir::BindByValue(hir::MutMutable));
|
let next_pat = self.pat_ident_binding_mode(e.span,
|
||||||
|
next_ident,
|
||||||
|
hir::BindByValue(hir::MutMutable));
|
||||||
|
|
||||||
// `::std::option::Option::Some(val) => next = val`
|
// `::std::option::Option::Some(val) => next = val`
|
||||||
let pat_arm = {
|
let pat_arm = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user