Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Fix dead code clippy lint warning
We can't just throw away the "dead code"; while it is indeed unused, we need its ownership, so the WorkerGuard is not dropped.
- Loading branch information