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

[beta] Clippy: Fix array-size-threshold config deserialization error #108673

Closed
wants to merge 1 commit into from

Conversation

flip1995
Copy link
Member

@flip1995 flip1995 commented Mar 2, 2023

Fixes stable to beta regression rust-lang/rust-clippy#10422 by backporting rust-lang/rust-clippy#10423

@rustbot
Copy link
Collaborator

rustbot commented Mar 2, 2023

r? @Mark-Simulacrum

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

@rustbot
Copy link
Collaborator

rustbot commented Mar 2, 2023

⚠️ Warning ⚠️

  • Pull requests are usually filed against the master branch for this repo, but this one is against beta. Please double check that you specified the right target!

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Mar 2, 2023
@rustbot
Copy link
Collaborator

rustbot commented Mar 2, 2023

Some changes occurred in src/tools/clippy

cc @rust-lang/clippy

matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Mar 3, 2023
…earth

Clippy Fix array-size-threshold config deserialization error

Complementary PR to rust-lang#108673 in order to also get this into the **next** beta.

r? `@Mark-Simulacrum`
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Mar 3, 2023
…earth

Clippy Fix array-size-threshold config deserialization error

Complementary PR to rust-lang#108673 in order to also get this into the **next** beta.

r? ``@Mark-Simulacrum``
bors added a commit to rust-lang-ci/rust that referenced this pull request Mar 4, 2023
[beta] stage0 bump and backports

- Bump stage0 to stable
- Revert to using `RtlGenRandom` as a fallback rust-lang#108060
- Fix `VecDeque::shrink_to` and add tests. rust-lang#108475
- Fix `VecDeque::append` capacity overflow for ZSTs rust-lang#108462
- Clippy: Fix array-size-threshold config deserialization error rust-lang#108673 / rust-lang/rust-clippy#10423
- Yeet point_at_expr_source_of_inferred_type for now rust-lang#108703

r? `@ghost`
@cuviper cuviper closed this Mar 4, 2023
@cuviper
Copy link
Member

cuviper commented Mar 4, 2023

I included this in #108670.

@flip1995 flip1995 deleted the clippy_beta branch March 4, 2023 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants