Skip to content

Commit

Permalink
fix incorrect circular deps
Browse files Browse the repository at this point in the history
  • Loading branch information
robtfm committed Aug 2, 2024
1 parent 66d1542 commit 40211af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ fn main() {
..Default::default()
})
.unwrap();
next_reqs.remove(req);
continue;
}
next_reqs.extend(
Expand Down

0 comments on commit 40211af

Please sign in to comment.