Address unused variable
This commit is contained in:
parent
0229adef78
commit
7020bc0bf0
@ -107,7 +107,7 @@ impl Problem
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
for (section_key, statements) in self.statements.borrow().iter()
|
for (_, statements) in self.statements.borrow().iter()
|
||||||
{
|
{
|
||||||
for statement in statements
|
for statement in statements
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user