c1ce78f0b2
lintcheck: support git sources This adds support for git sources in `cargo dev-lintcheck` You can add a git source to `clippy_dev/lintcheck_crates.toml` by having a `git_url` and a `git_hash` key instead of the `versions` array. The repo will the be cloned and checked out to the requested commit before checking it with clippy. Fixes https://github.com/rust-lang/rust-clippy/issues/6642 changelog: lintcheck: support git sources |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
lintcheck_crates.toml |