Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add env var CARGO_INCREMENTAL before running clippy
The command: ``` cargo clippy --all-targets -- -D clippy::pedantic ``` shows more errors when the CARGO_INCREMENTAL env var is 0. For unknown reason.
- Loading branch information