diff options
| author | bors <bors@rust-lang.org> | 2020-08-18 20:51:22 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2020-08-18 20:51:22 +0000 |
| commit | 30f0a07684f6c1f5df62d69e9519d82e13d6bf2d (patch) | |
| tree | 5e79e29bbd20870170f2f5e2c7d10829497feaf6 /src/tools | |
| parent | be97d13ffc41961c018c313e909f76ba3bbdc958 (diff) | |
| parent | eb4d6b520b3e75c7e93f1ea13f1a45eda0687b4e (diff) | |
Auto merge of #75516 - matklad:remove-deprecation, r=petrochenkov
Promote missing_fragment_specifier to hard error It has been deny_by_default since 2017 (and warned for some time before that), so it seems reasonable to promote it. The specific technical motivation to do this now is to remove a field from `ParseSess` -- it is a global state, and global state makes extracting libraries annoying. Closes #40107
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/cargotest/main.rs | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/tools/cargotest/main.rs b/src/tools/cargotest/main.rs index ecaeda68695..269ab8042c0 100644 --- a/src/tools/cargotest/main.rs +++ b/src/tools/cargotest/main.rs @@ -29,14 +29,7 @@ const TEST_REPOS: &'static [Test] = &[ Test { name: "tokei", repo: "https://github.com/XAMPPRocky/tokei", - sha: "5e11c4852fe4aa086b0e4fe5885822fbe57ba928", - lock: None, - packages: &[], - }, - Test { - name: "treeify", - repo: "https://github.com/dzamlo/treeify", - sha: "999001b223152441198f117a68fb81f57bc086dd", + sha: "a950ff128d5a435a8083b1c7577c0431f98360ca", lock: None, packages: &[], }, |
