Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Clippy, RLS, and rustfmt #72671

Merged
merged 97 commits into from
May 29, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
97 commits
Select commit Hold shift + click to select a range
17d877c
Update contributing section about syncing Clippy
flip1995 May 3, 2020
c1698fe
Apply suggestions from code review
flip1995 May 3, 2020
2d10bab
Stabilize fn-like proc macros in expression, pattern and statement po…
petrochenkov Jan 31, 2020
94e4b5e
Add the redundant_wildcard_enum_match lint
vtmargaryan May 9, 2020
0ad9f7d
Fix trivial cases of new match_wildcard_for_single_variants lint
vtmargaryan May 10, 2020
4948307
Fix cases of match_wildcard_for_single_variants lint when it is spann…
vtmargaryan May 10, 2020
749619c
Apply suggestions from PR review
vtmargaryan May 14, 2020
1c59cd5
Fix example code of wildcard_enum_match_arm lint
vtmargaryan May 14, 2020
10313a2
Revert "Fix cases of match_wildcard_for_single_variants lint when it …
vtmargaryan May 15, 2020
2620d24
Fix check for missing enum variants from match expressions
vtmargaryan May 15, 2020
d906253
Add more test cases for match_wildcard_for_single_variants
vtmargaryan May 15, 2020
e5b5f6f
Better explain remotes in the sync process.
flip1995 May 16, 2020
f1d3086
Merge commit 'e214ea82ad0a751563acf67e1cd9279cf302db3a' into clippyup
flip1995 May 17, 2020
1b3dc5f
Add to the list of words clippy::doc_markdown ignores
rrbutani May 18, 2020
d25b256
Handle InlineAsm in clippy
Amanieu May 6, 2020
8164832
Auto merge of #68717 - petrochenkov:stabexpat, r=varkor
bors May 19, 2020
842dd07
Add note that a subtree fix and stack limit increase is required
flip1995 May 19, 2020
1a9ba3b
Add note, that a merge commit after push is necessary
flip1995 May 19, 2020
6cb1f59
Auto merge of #69171 - Amanieu:new-asm, r=nagisa,nikomatsakis
bors May 19, 2020
b8098fe
Merge remote-tracking branch 'upstream/master' into rustup3
flip1995 May 20, 2020
da9b138
Update test after const_ptr functions are must_use now
flip1995 May 19, 2020
f28f1f1
Fix dogfood fallout
flip1995 May 20, 2020
34ba597
Auto merge of #5621 - flip1995:rustup, r=phansch
bors May 20, 2020
cafa946
Auto merge of #5582 - vtmargaryan:match_wildcard_for_single_variants,…
bors May 20, 2020
2722522
rename `Predicate` to `PredicateKind`, introduce alias
lcnr May 11, 2020
ecd0a67
Make match_wild_err_arm pedantic, and update help messages
elichai May 20, 2020
091239e
introduce newtype'd `Predicate<'tcx>`
lcnr May 11, 2020
2db7f1a
Update future-not-send stderr output
elichai May 20, 2020
20f09e1
Auto merge of #5622 - elichai:2020-05-match_wild_err_arm, r=flip1995
bors May 20, 2020
1831385
Auto merge of #5611 - rrbutani:master, r=flip1995
bors May 20, 2020
bd9b09e
Adapt compile-test to run tests for cargo lints
ebroto May 18, 2020
96af3e8
Add test for wildcard_dependencies
ebroto May 18, 2020
bc93f70
Add test for cargo_common_metadata
ebroto May 18, 2020
7a0eccb
Add test for multiple_crate_versions
ebroto May 18, 2020
1eb6adf
Adapt `cargo dev new_lint` to create tests for cargo lints
ebroto May 18, 2020
5d0135e
Add documentation for testing cargo lints
ebroto May 18, 2020
7ff7119
Address comments from PR review
ebroto May 21, 2020
1a04686
Avoid triggering match_wildcard_for_single_variants
ebroto May 21, 2020
f9013ff
Relax fs layout so that multiple pass/fail manifests are possible
ebroto May 21, 2020
780572b
Auto merge of #5614 - ebroto:test_cargo_lints, r=flip1995
bors May 21, 2020
c00268d
Also install llvm-tools on toolchain setup
flip1995 May 22, 2020
6b3cf63
Fix dogfood fallout
flip1995 May 22, 2020
ce86f90
Auto merge of #5632 - flip1995:rustup, r=phansch
bors May 22, 2020
a578bed
new_without_default: do not suggest deriving
euclio May 18, 2020
29d0436
option_option test case #4298
tnielens May 22, 2020
b3a690f
Use `OnceCell` instead of `Once`
ecstatic-morse May 16, 2020
a709559
Clarify the documentation of the `unnecessary_mut_passed` lint
nickrtorres May 23, 2020
7a83eaf
Also fetch origin before merging master into the rustup branch
flip1995 May 25, 2020
f162dc3
Auto merge of #5646 - flip1995:rustup, r=matthiaskrgr
bors May 25, 2020
7ca335a
Auto merge of #5639 - nickrtorres:unnecessary-mut-passed-doc-cleanup,…
bors May 25, 2020
c41916d
Auto merge of #5616 - euclio:no-derive-suggestion, r=phansch,flip1995
bors May 25, 2020
cff5cff
Make the name of the crate available in cargo UI tests
ebroto May 22, 2020
8642fc9
multiple_crate_versions: skip dev and build deps
ebroto May 22, 2020
ec0a00e
Use find_map instead of find() + map()
ebroto May 24, 2020
4f8909f
Extend `useless_conversion` lint with TryFrom
ThibsG May 9, 2020
705bfdc
Extend `useless_conversion` lint with TryInto
ThibsG May 22, 2020
8270412
Add common lint tools doc
ThibsG May 23, 2020
60d38ee
reversed_empty_ranges: add suggestion for &slice[N..N]
ebroto May 23, 2020
6de17b0
Auto merge of #5635 - montrivo:bugfix/option_option_test_case, r=flip…
bors May 25, 2020
acd484e
Auto merge of #5641 - ThibsG:DocCommonTools, r=flip1995
bors May 25, 2020
6bd9cd9
Add tests
jeremystucki Aug 21, 2019
566377f
Ignore calls to 'len'
jeremystucki Aug 21, 2019
bcfeb4d
Fix build
jeremystucki May 25, 2020
d9f5532
Update ui test
jeremystucki May 25, 2020
dd06d29
Auto merge of #4429 - jeremystucki:or_fun_call, r=flip1995
bors May 25, 2020
f2154e9
To make it easier for Linux distributions, ship the licenses text within
returntrip May 25, 2020
a1824e1
ptr_arg: honor `allow` attr on arguments
ebroto May 25, 2020
2a6cfa7
Auto merge of #5647 - ebroto:5644_allow_ptr_arg_in_arg_position, r=fl…
bors May 25, 2020
182ac89
Auto merge of #5636 - ebroto:issue_5041, r=phansch
bors May 26, 2020
578692d
Auto merge of #5562 - flip1995:clippyup_up, r=phansch
bors May 26, 2020
a00025a
Auto merge of #5638 - ebroto:issue_5628_add_suggestion_for_reversed_e…
bors May 26, 2020
67167be
Make empty_line_after_outer_attr an early lint
phansch May 17, 2020
e3f6a8f
Specify quote and syn versions
phansch May 17, 2020
cdff59e
Using dev-dependencies doesn't seem to work w/ compiletest
phansch May 17, 2020
fd86b31
Be less specific about quote and syn versions
phansch May 26, 2020
291385b
Auto merge of #5609 - phansch:empty-line-after-outer-attr-fix, r=flip…
bors May 26, 2020
f28c6de
Auto merge of #5648 - returntrip:master, r=matthiaskrgr
bors May 26, 2020
1801841
Add test cases for broader coverage
ThibsG May 26, 2020
7fd3bd0
Register redundant_field_names and non_expressive_names as early passes
flip1995 Apr 23, 2020
8e22d15
Fix fallout in redundant_field_names
flip1995 May 12, 2020
04db13e
Fix fallout in similar_names
flip1995 May 12, 2020
0ad0810
Bump actions/cache from v1 to v2
May 26, 2020
4161823
Avoid triggering similar names on code from expansion
ebroto May 26, 2020
5324257
Auto merge of #5650 - imbsky:actions-cache-v2, r=flip1995
bors May 26, 2020
58429c7
Fail bors on missing changelog
flip1995 May 26, 2020
fca76de
Auto merge of #5651 - ebroto:names_as_early_passes, r=flip1995
bors May 26, 2020
3089c3b
rustup https://github.com/rust-lang/rust/pull/72342, allow unused_cra…
matthiaskrgr May 27, 2020
2a2208f
Auto merge of #5653 - matthiaskrgr:rustup_47, r=flip1995
bors May 27, 2020
ee3088f
Auto merge of #5631 - ThibsG:ExtendUselessConversion, r=matthiaskrgr
bors May 27, 2020
7ea7cd1
Auto merge of #5652 - rust-lang:flip1995-patch-1, r=yaahc
bors May 27, 2020
873ddf7
Merge commit '7ea7cd165ad6705603852771bf82cc2fd6560db5' into clippyup2
flip1995 May 28, 2020
84eae77
submodules: Update RLS and Rustfmt
Xanewok May 21, 2020
489b7e4
Set CFG_RELEASE for tools in bootstrap/tool.rs
Xanewok May 28, 2020
f20fa1b
Update Cargo.lock
flip1995 May 28, 2020
914ff97
Temp fix: don't run cargo lint tests in rustc test suite
flip1995 May 28, 2020
0e857c2
Update RLS to clippyup branch
flip1995 May 28, 2020
3f3e0ee
Add fibersapi feature to winapi in rustc-workspace-hack
flip1995 May 29, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
92 changes: 47 additions & 45 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -551,10 +551,12 @@ dependencies = [
"lazy_static",
"pulldown-cmark 0.7.1",
"quine-mc_cluskey",
"quote 1.0.2",
"regex-syntax",
"semver 0.9.0",
"serde",
"smallvec 1.4.0",
"syn 1.0.11",
"toml",
"unicode-normalization",
"url 2.1.0",
Expand Down Expand Up @@ -2784,9 +2786,9 @@ dependencies = [

[[package]]
name = "racer"
version = "2.1.33"
version = "2.1.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54322b696f7df20e0d79d0244a1088f387b7164a5f17987c4ab984dec1a23e42"
checksum = "cc9caecf1286a3ed28d3ae35207a178ba12e58de95540781e5c6cba05e0f0833"
dependencies = [
"bitflags",
"clap",
Expand Down Expand Up @@ -3212,25 +3214,25 @@ dependencies = [

[[package]]
name = "rustc-ap-arena"
version = "654.0.0"
version = "659.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81dfcfbb0ddfd533abf8c076e3b49d1e5042d1962526a12ce2c66d514b24cca3"
checksum = "fdaf0295fc40b10ec1091aad1a1760b4bb3b4e7c4f77d543d1a2e9d50a01e6b1"
dependencies = [
"rustc-ap-rustc_data_structures",
"smallvec 1.4.0",
]

[[package]]
name = "rustc-ap-graphviz"
version = "654.0.0"
version = "659.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7490bb07b014a7f9531bde33c905a805e08095dbefdb4c9988a1b19fe6d019fd"
checksum = "8028e8cdb4eb71810d0c22a5a5e1e3106c81123be63ce7f044b6d4ac100d8941"

[[package]]
name = "rustc-ap-rustc_ast"
version = "654.0.0"
version = "659.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "189f16dbb8dd11089274c9ced58b0cae9e1ea3e434a58f3db683817eda849e58"
checksum = "16e9e502bb3a5568433db1cf2fb1f1e1074934636069cf744ad7c77b58e1428e"
dependencies = [
"log",
"rustc-ap-rustc_data_structures",
Expand All @@ -3245,9 +3247,9 @@ dependencies = [

[[package]]
name = "rustc-ap-rustc_ast_passes"
version = "654.0.0"
version = "659.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbe619609b56a617fa986332b066d53270093c816d8ff8281fc90e1dbe74c1cc"
checksum = "faf35ffecab28f97f7ac01cf6a13afaca6408529d15eb95f317a43b2ffb88933"
dependencies = [
"itertools 0.8.0",
"log",
Expand All @@ -3264,21 +3266,20 @@ dependencies = [

[[package]]
name = "rustc-ap-rustc_ast_pretty"
version = "654.0.0"
version = "659.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26ab1495f7b420e937688749c1da5763aaabd6ebe8cacb758665a0b8481da094"
checksum = "3684ed43dc552f1e030e3f7a5a300a7a834bdda4e9e00ab80284be4220d8c603"
dependencies = [
"log",
"rustc-ap-rustc_ast",
"rustc-ap-rustc_data_structures",
"rustc-ap-rustc_span",
]

[[package]]
name = "rustc-ap-rustc_attr"
version = "654.0.0"
version = "659.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e057495724c60729c1d1d9d49374e0b3ebd6d3481cd161b2871f52fe017b7b5"
checksum = "31b413927daa666983b3b49227f9ac218aa29254546abdb585f20cd71c391870"
dependencies = [
"rustc-ap-rustc_ast",
"rustc-ap-rustc_ast_pretty",
Expand All @@ -3289,19 +3290,19 @@ dependencies = [
"rustc-ap-rustc_session",
"rustc-ap-rustc_span",
"rustc-ap-serialize",
"smallvec 1.4.0",
"version_check",
]

[[package]]
name = "rustc-ap-rustc_data_structures"
version = "654.0.0"
version = "659.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2130997667833692f4bec4681d0e73b066d5a01dac1d8a68f22068b82bf173a"
checksum = "4b1c6069e5c522657f1c6f5ab33074e097092f48e804cc896d337e319aacbd60"
dependencies = [
"bitflags",
"cfg-if",
"crossbeam-utils 0.7.2",
"ena 0.13.1",
"ena 0.14.0",
"indexmap",
"jobserver",
"lazy_static",
Expand All @@ -3317,14 +3318,15 @@ dependencies = [
"rustc-rayon-core",
"smallvec 1.4.0",
"stable_deref_trait",
"stacker",
"winapi 0.3.8",
]

[[package]]
name = "rustc-ap-rustc_errors"
version = "654.0.0"
version = "659.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "908e1ea187c6bb368af4ba6db980001e920515e67371ddc4086e749baabe6080"
checksum = "0c374e89b3c9714869ef86076942155383804ba6778c26be2169d324563c31f9"
dependencies = [
"annotate-snippets",
"atty",
Expand All @@ -3340,9 +3342,9 @@ dependencies = [

[[package]]
name = "rustc-ap-rustc_expand"
version = "654.0.0"
version = "659.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50066a75bca872ff933b0ee8a582d18ef1876c8054a392f60c39e538446bfb00"
checksum = "259d2a7aa7a12f3c99a4ce4123643ec065f1a26f8e89be1f9bedd9757ea53fdc"
dependencies = [
"log",
"rustc-ap-rustc_ast",
Expand All @@ -3362,9 +3364,9 @@ dependencies = [

[[package]]
name = "rustc-ap-rustc_feature"
version = "654.0.0"
version = "659.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96fb53e1710e6de7c2e371ca56c857b79f9b399aba58aa6b6fbed6e2f677d3f6"
checksum = "c0296fbc29b629d5ae2ebee1bbf0407bb22de04d26d87216c20899b79579ccb3"
dependencies = [
"lazy_static",
"rustc-ap-rustc_data_structures",
Expand All @@ -3373,34 +3375,34 @@ dependencies = [

[[package]]
name = "rustc-ap-rustc_fs_util"
version = "654.0.0"
version = "659.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3f91357e5e468fc2729211571d769723c728a34e200d90a70164e945f881e09"
checksum = "34734f6cc681399630acd836a14207c6b5b9671a290cc7cad0354b0a4d71b3c9"

[[package]]
name = "rustc-ap-rustc_index"
version = "654.0.0"
version = "659.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32220c3e6cdf226f38e4474b747dca15f3106bb680c74f10b299af3f6cdb1663"
checksum = "d1e4508753d71d3523209c2ca5086db15a1413e71ebf17ad5412bb7ced5e44c2"
dependencies = [
"rustc-ap-serialize",
"smallvec 1.4.0",
]

[[package]]
name = "rustc-ap-rustc_lexer"
version = "654.0.0"
version = "659.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b324d2a2bacad344e53e182e5ca04ffb74745b932849aa074f8f7fec8177da5"
checksum = "42b9fcd8407e322908a721262fbc0b35b5f3c35bb173a26dd1e0070bde336e33"
dependencies = [
"unicode-xid 0.2.0",
]

[[package]]
name = "rustc-ap-rustc_macros"
version = "654.0.0"
version = "659.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59686c56d5f1b3ed47d0f070c257ed35caf24ecf2d744dd11fe44b1014baee0f"
checksum = "3d104115a689367d2e0bcd99f37e0ebd6b9c8c78bab0d9cbea5bae86323601b5"
dependencies = [
"proc-macro2 1.0.3",
"quote 1.0.2",
Expand All @@ -3410,9 +3412,9 @@ dependencies = [

[[package]]
name = "rustc-ap-rustc_parse"
version = "654.0.0"
version = "659.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dfb0c11c591ec5f87bbadb10819795abc9035ff79a26703c1b6c9487ac51f49"
checksum = "afaaab91853fc5a3916785ccae727a4433359d9787c260d42b96a2265fe5b287"
dependencies = [
"bitflags",
"log",
Expand All @@ -3424,15 +3426,14 @@ dependencies = [
"rustc-ap-rustc_lexer",
"rustc-ap-rustc_session",
"rustc-ap-rustc_span",
"smallvec 1.4.0",
"unicode-normalization",
]

[[package]]
name = "rustc-ap-rustc_session"
version = "654.0.0"
version = "659.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d1a194b1a81d7233ee492847638dc9ebdb7d084300e5ade8dea0ceaa98f95b9"
checksum = "86e756a57ce6ce1b868e35e64a7e10ab28d49ece80d7c661b07aff5afc6e5d2d"
dependencies = [
"getopts",
"log",
Expand All @@ -3450,9 +3451,9 @@ dependencies = [

[[package]]
name = "rustc-ap-rustc_span"
version = "654.0.0"
version = "659.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a648146050fed6b58e681ec22488e728f60e16036bb7497c9815e3debd1e4242"
checksum = "21031c3396ee452f4c6e994b67513a633055c57c86d00336afd9d63149518f34"
dependencies = [
"cfg-if",
"log",
Expand All @@ -3469,9 +3470,9 @@ dependencies = [

[[package]]
name = "rustc-ap-rustc_target"
version = "654.0.0"
version = "659.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28cf28798f0988b808e3616713630e4098d68c6f1f41052a2f7e922e094da744"
checksum = "ff21badfbead5b0050391eaad8840f2e4fcb03b6b0fc6006f447443529e9ae6e"
dependencies = [
"bitflags",
"log",
Expand All @@ -3484,9 +3485,9 @@ dependencies = [

[[package]]
name = "rustc-ap-serialize"
version = "654.0.0"
version = "659.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "756e8f526ec7906e132188bf25e3c10a6ee42ab77294ecb3b3602647f0508eef"
checksum = "768b5a305669d934522712bc13502962edfde5128ea63b9e7db4000410be1dc6"
dependencies = [
"indexmap",
"smallvec 1.4.0",
Expand Down Expand Up @@ -4459,7 +4460,7 @@ dependencies = [

[[package]]
name = "rustfmt-nightly"
version = "1.4.14"
version = "1.4.15"
dependencies = [
"annotate-snippets",
"bytecount",
Expand All @@ -4477,6 +4478,7 @@ dependencies = [
"regex",
"rustc-ap-rustc_ast",
"rustc-ap-rustc_ast_pretty",
"rustc-ap-rustc_attr",
"rustc-ap-rustc_data_structures",
"rustc-ap-rustc_errors",
"rustc-ap-rustc_expand",
Expand Down
4 changes: 4 additions & 0 deletions src/bootstrap/tool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,10 @@ pub fn prepare_tool_cargo(
// own copy
cargo.env("LZMA_API_STATIC", "1");

// CFG_RELEASE is needed by rustfmt (and possibly other tools) which
// import rustc-ap-rustc_attr which requires this to be set for the
// `#[cfg(version(...))]` attribute.
cargo.env("CFG_RELEASE", builder.rust_release());
cargo.env("CFG_RELEASE_CHANNEL", &builder.config.channel);
cargo.env("CFG_VERSION", builder.rust_version());
cargo.env("CFG_RELEASE_NUM", channel::CFG_RELEASE_NUM);
Expand Down
2 changes: 1 addition & 1 deletion src/tools/clippy/.github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: cargo update

- name: Cache cargo dir
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: ~/.cargo
key: ${{ runner.os }}-x86_64-unknown-linux-gnu-${{ hashFiles('Cargo.lock') }}
Expand Down
10 changes: 5 additions & 5 deletions src/tools/clippy/.github/workflows/clippy_bors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
run: cargo update

- name: Cache cargo dir
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: ~/.cargo
key: ${{ runner.os }}-${{ matrix.host }}-${{ hashFiles('Cargo.lock') }}
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
run: cargo update

- name: Cache cargo dir
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: ~/.cargo
key: ${{ runner.os }}-x86_64-unknown-linux-gnu-${{ hashFiles('Cargo.lock') }}
Expand Down Expand Up @@ -269,7 +269,7 @@ jobs:
run: cargo update

- name: Cache cargo dir
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: ~/.cargo
key: ${{ runner.os }}-x86_64-unknown-linux-gnu-${{ hashFiles('Cargo.lock') }}
Expand Down Expand Up @@ -312,7 +312,7 @@ jobs:
name: bors test finished
if: github.event.pusher.name == 'bors' && success()
runs-on: ubuntu-latest
needs: [base, integration]
needs: [changelog, base, integration_build, integration]

steps:
- name: Mark the job as successful
Expand All @@ -322,7 +322,7 @@ jobs:
name: bors test finished
if: github.event.pusher.name == 'bors' && (failure() || cancelled())
runs-on: ubuntu-latest
needs: [base, integration]
needs: [changelog, base, integration_build, integration]

steps:
- name: Mark the job as a failure
Expand Down
1 change: 1 addition & 0 deletions src/tools/clippy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -1439,6 +1439,7 @@ Released 2018-09-13
[`match_same_arms`]: https://rust-lang.github.io/rust-clippy/master/index.html#match_same_arms
[`match_single_binding`]: https://rust-lang.github.io/rust-clippy/master/index.html#match_single_binding
[`match_wild_err_arm`]: https://rust-lang.github.io/rust-clippy/master/index.html#match_wild_err_arm
[`match_wildcard_for_single_variants`]: https://rust-lang.github.io/rust-clippy/master/index.html#match_wildcard_for_single_variants
[`maybe_infinite_iter`]: https://rust-lang.github.io/rust-clippy/master/index.html#maybe_infinite_iter
[`mem_discriminant_non_enum`]: https://rust-lang.github.io/rust-clippy/master/index.html#mem_discriminant_non_enum
[`mem_forget`]: https://rust-lang.github.io/rust-clippy/master/index.html#mem_forget
Expand Down
Loading