Address unused variable

This commit is contained in:
Patrick Lühne 2020-05-19 12:53:37 +02:00
parent 0229adef78
commit 7020bc0bf0
Signed by: patrick
GPG Key ID: 05F3611E97A70ABF
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ impl Problem
continue;
}
for (section_key, statements) in self.statements.borrow().iter()
for (_, statements) in self.statements.borrow().iter()
{
for statement in statements
{