summary refs log tree commit diff
path: root/src/tools/clippy
blob: 204bb9b54b17cef5e5bfba4c4904ab745e6359ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
tree c4a74398a4250fea6d155c36fd6750495404abbb
parent 329923edec41d0ddbea7f30ab12fca0436d459ae
author bors <bors@rust-lang.org> 1584177796 +0000
committer Eric Huss <eric@huss.org> 1584464405 -0700

Auto merge of #5314 - ehuss:remove-git2, r=flip1995

Remove git2 dependency.

This removes the `git2` dependency (used in the integration test).  Updating git2 is awkward because both cargo and clippy have to be updated in sync, so this removes that requirement. It didn't look like it was using the git2 library for any particular reason, so this just launches the `git` executable, which should be available more or less everywhere.

This unblocks updating Cargo.

changelog: none