rename placeholder variable
This commit is contained in:
parent
27e4f2b541
commit
2d990a03bd
@ -914,11 +914,11 @@ impl<'a, 'b: 'a> IntermediateValueIterator<'a, 'b> {
|
||||
self.whitespace();
|
||||
if left.node.is_true(left.span)? {
|
||||
// we explicitly ignore errors here as a workaround for short circuiting
|
||||
while let Some(foo) = self.peek() {
|
||||
while let Some(value) = self.peek() {
|
||||
if let Ok(Spanned {
|
||||
node: IntermediateValue::Comma,
|
||||
..
|
||||
}) = foo
|
||||
}) = value
|
||||
{
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user