Skip to content

submodules: update clippy from b91ae16e to 2855b214 - #69278

Merged
bors merged 1 commit into
rust-lang:masterfrom
matthiaskrgr:submodule_upd
Feb 19, 2020
Merged

submodules: update clippy from b91ae16e to 2855b214#69278
bors merged 1 commit into
rust-lang:masterfrom
matthiaskrgr:submodule_upd

Conversation

@matthiaskrgr

Copy link
Copy Markdown
Member

Changes:

Rustup to rust-lang/rust#69194
Rustup to rust-lang/rust#69181
Add `LOG2_10` and `LOG10_2` to `approx_const` lint
Clean up imports
Use `Vec::with_capacity()` as possible
needless_doctest_main: False positive for async fn
Remove use of `TyKind`.
Use `if_chain`.
Fix ICE.
Add tests and improve checks.
Add `Future` detection for `missing_errors_doc`.

Fixes#69269

Changes:
````
Rustup to rust-lang#69194
Rustup to rust-lang#69181
Add `LOG2_10` and `LOG10_2` to `approx_const` lint
Clean up imports
Use `Vec::with_capacity()` as possible
needless_doctest_main: False positive for async fn
Remove use of `TyKind`.
Use `if_chain`.
Fix ICE.
Add tests and improve checks.
Add `Future` detection for `missing_errors_doc`.
````
Fixesrust-lang#69269
@rust-highfive

Copy link
Copy Markdown
Contributor

r? @nikomatsakis

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfive

Copy link
Copy Markdown
Contributor

⚠️Warning⚠️

  • These commits modify submodules.

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Feb 19, 2020
@Dylan-DPC-zz

Copy link
Copy Markdown

@bors r+ rollup=never p=1

@bors

bors commented Feb 19, 2020

Copy link
Copy Markdown
Collaborator

📌 Commit 076cd9e has been approved by Dylan-DPC

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Feb 19, 2020
@bors

bors commented Feb 19, 2020

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 076cd9e with merge 7710ae0...

bors added a commit that referenced this pull request Feb 19, 2020
submodules: update clippy from b91ae16 to 2855b21
Changes:
````
Rustup to #69194
Rustup to #69181
Add `LOG2_10` and `LOG10_2` to `approx_const` lint
Clean up imports
Use `Vec::with_capacity()` as possible
needless_doctest_main: False positive for async fn
Remove use of `TyKind`.
Use `if_chain`.
Fix ICE.
Add tests and improve checks.
Add `Future` detection for `missing_errors_doc`.
````
Fixes#69269
@bors

bors commented Feb 19, 2020

Copy link
Copy Markdown
Collaborator

☀️ Test successful - checks-azure
Approved by: Dylan-DPC
Pushing 7710ae0 to master...

@borsbors added the merged-by-bors This PR was explicitly merged by bors. label Feb 19, 2020
@bors
bors merged commit 076cd9e into rust-lang:masterFeb 19, 2020
@rust-highfive

Copy link
Copy Markdown
Contributor

📣 Toolstate changed by #69278!

Tested on commit 7710ae0.
Direct link to PR: #69278

🎉 clippy-driver on windows: build-fail → test-pass (cc @mcarton@oli-obk@Manishearth@flip1995@yaahc@phansch@llogiq, @rust-lang/infra).
🎉 clippy-driver on linux: build-fail → test-pass (cc @mcarton@oli-obk@Manishearth@flip1995@yaahc@phansch@llogiq, @rust-lang/infra).

rust-highfive added a commit to rust-lang-nursery/rust-toolstate that referenced this pull request Feb 19, 2020
Tested on commit rust-lang/rust@7710ae0.
Direct link to PR: <rust-lang/rust#69278>
🎉 clippy-driver on windows: build-fail → test-pass (cc @mcarton@oli-obk@Manishearth@flip1995@yaahc@phansch@llogiq, @rust-lang/infra).
🎉 clippy-driver on linux: build-fail → test-pass (cc @mcarton@oli-obk@Manishearth@flip1995@yaahc@phansch@llogiq, @rust-lang/infra).
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

merged-by-borsThis PR was explicitly merged by bors.S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

clippy-driver no longer builds after rust-lang/rust#69262

5 participants

@matthiaskrgr@rust-highfive@Dylan-DPC-zz@bors@nikomatsakis