Skip to content

merge queue: checking #1824 on main (df5d5a8) - #1825

Closed
mergify[bot] wants to merge 2 commits into
mainfrom
mergify/merge-queue/ccd2537184
Closed

mergify[bot] wants to merge 2 commits into
mainfrom
mergify/merge-queue/ccd2537184

Conversation

@mergify

@mergify mergify Bot commented Sep 11, 2026

Copy link
Copy Markdown
Contributor

🎉 This pull request has been checked successfully and will be merged soon. 🎉

#1824 is queued for merge on branch main (df5d5a8).

This pull request has been created by Mergify to check the mergeability of #1824.
You don't need to do anything. Mergify will close this pull request automatically when it is complete.

Required conditions of queue rule default for merge:

Required conditions to stay in the queue:

---
checking_base_sha: df5d5a88fa8cb7fbaa5d1006f18914c41cd7cad5
previous_check_retries: []
previous_failed_batches: []
pull_requests:
  - number: 1824
    scopes: []
scopes: []
...

jd and others added 2 commits September 10, 2026 21:46
renovate opened #1790 for this bump on 2026-08-27 and it has been red
for two weeks: 1.98's clippy adds `manual_is_variant_and`, which fires
once, on a `Result` treated as an `Option`:

    env::var("JENKINS_URL").ok().is_some_and(|v| !v.is_empty())
    -> env::var("JENKINS_URL").is_ok_and(|v| !v.is_empty())

rust-toolchain.toml's own comment states the policy this follows: a
bump PR that trips new lints fails CI and must fix them in the same
PR, so the fix travels with the bump rather than in a follow-up.

Verified locally against 1.98.1 with the exact CI steps (cargo fmt
--check, clippy --workspace --all-targets --all-features --locked -D
warnings, test --workspace --all-features --locked, build --release
--locked): all pass, and clippy surfaces no other new lint beyond the
one above.

Supersedes #1790.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Change-Id: I8a70ab992f8ef05bf6662e83b111757f5f856ad8
@mergify
mergify Bot deployed to Mergify Merge Protections September 11, 2026 12:41 Active
@mergify
mergify Bot deployed to func-tests-live September 11, 2026 12:41 Active
@mergify mergify Bot closed this Sep 11, 2026
@mergify
mergify Bot deleted the mergify/merge-queue/ccd2537184 branch September 11, 2026 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant