diff options
| author | bors <bors@rust-lang.org> | 2017-01-22 03:42:24 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2017-01-22 03:42:24 +0000 |
| commit | e5b0829bb06969b69a82527253a393e5c500c324 (patch) | |
| tree | 5d1239898227ea3f7832280c7a6a7a3f8261af67 /src/tools | |
| parent | 1b063750343601167f3d061a913172db2a0c2708 (diff) | |
| parent | 191abc42642c29f589a34e7f6cdebd081c373138 (diff) | |
Auto merge of #39060 - jseyfried:improve_unused, r=nrc
Improve unused `extern crate` and unused `#[macro_use]` warnings This PR - adds `unused_imports` warnings for unused `#[macro_use] extern crate` macro imports, - improves `unused_extern_crates` warnings (avoids false negatives), and - removes unused `#[macro_use]` imports and unused `extern crate`s. r? @nrc
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/cargotest/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/cargotest/main.rs b/src/tools/cargotest/main.rs index 8a891d624f4..83fd766c547 100644 --- a/src/tools/cargotest/main.rs +++ b/src/tools/cargotest/main.rs @@ -25,7 +25,7 @@ const TEST_REPOS: &'static [Test] = &[ Test { name: "cargo", repo: "https://github.com/rust-lang/cargo", - sha: "b7be4f2ef2cf743492edc6dfb55d087ed88f2d76", + sha: "2324c2bbaf7fc6ea9cbdd77c034ef1af769cb617", lock: None, }, Test { |
