Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make clippy use single-use queues and no retries
There's no need to retry clippy commands, they should be deterministic. Additionally re-using a container may cause us to get false positives due to rust-lang/rust-clippy#2604. This change should help us avoid that. Signed-off-by: Jon Bauman <[email protected]>
- Loading branch information