Skip to content

Commit

Permalink
New quarter, new clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
prozacchiwawa committed Jan 24, 2024
1 parent 7e5c441 commit cb5b468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ where
let mut finished_idx = 0;

// Determine what's defined in these bindings.
for (_, item) in items.iter().enumerate() {
for item in items.iter() {
for new_item in item.has.iter() {
possible.insert(new_item.clone());
}
Expand Down

0 comments on commit cb5b468

Please sign in to comment.