Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xtask: force --target-applies-to-host when running Clippy check
Without this, the configs from `.cargo/config.toml` were not read in CI tasks, causing false positives when running Clippy on CI (i.e. there were issues observed when compiling locally that were not found when compiling remotely). Not entirely sure why it's needed, because I'm seeing the issues when I'm using `cargo xtask ci clippy` locally, with nothing changed.
- Loading branch information