Minor refactoring

This commit is contained in:
2020-05-29 18:42:14 +02:00
parent fc34aadf90
commit 27fff47c91
2 changed files with 7 additions and 7 deletions

View File

@@ -256,7 +256,7 @@ impl PredicateDeclaration
None => return,
};
for (dependency, _) in dependencies.iter()
for dependency in dependencies.keys()
{
if private_dependencies.contains(&*dependency)
|| dependency.is_public()