mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-04-25 17:49:58 -04:00
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.