Skip to content
This repository was archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
lint: events
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Jan 19, 2024
1 parent e5da001 commit d1cb86f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/events.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ async fn main() {
join_handles.push(handle);
}

// If you need to wait for all tasks to complete
for handle in join_handles {
handle.await.expect("Task panicked or failed");
}
Expand Down

0 comments on commit d1cb86f

Please sign in to comment.