Apply lints

This commit is contained in:
Ayaz Hafiz 2022-10-24 18:23:36 -05:00
parent 084393c326
commit a4d7ee33c1
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
3 changed files with 5 additions and 5 deletions

View file

@ -1338,7 +1338,7 @@ fn solve(
);
let payload_types = constraints.variables[types.indices()]
.into_iter()
.iter()
.map(|v| Type::Variable(*v))
.collect();