Address unused variable
This commit is contained in:
@@ -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
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user