fix(deps): update rust crate structopt-utilities to ^0.1.0 - autoclosed#65
Closed
renovate[bot] wants to merge 1 commit into
Closed
fix(deps): update rust crate structopt-utilities to ^0.1.0 - autoclosed#65renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Performance Regression Reportscommit: 4779afe There are no regressions. |
KSXGitHub
pushed a commit
that referenced
this pull request
May 13, 2026
Five new commits since `3ca7f01`: - KSXGitHub/perfectionist#65 finishes `macro_argument_binding`'s non-expression-marker list. `looks_like_expression` now skips top-level `->` and `in` tokens alongside the `=` / `+=` / `:` / bare-operator markers added earlier. Resolves the residual case of the issue we filed as #416, where `tests::bytes_format::test_case!`'s `name -> value in system == expected` DSL was still flagged even after the `=` / `+=` fixes. - KSXGitHub/perfectionist#67 introduces a crate-wide `[perfectionist]` config table with `enable` / `disable` arrays, and shifts `non_exhaustive_error`'s default state to `Disabled` (opt-in via `[perfectionist] enable = ["non_exhaustive_error"]`). This codebase already retired the rule in d845841, so the new upstream default matches our intent — no configuration needed. - KSXGitHub/perfectionist#68, KSXGitHub/perfectionist#69, KSXGitHub/perfectionist#70 are documentation-only. Drop the entire `[perfectionist::macro_argument_binding] allow_extra` list. Every entry it carried — `bump`, `link`, `make_const`, `symlink`, `test_case`, `visualize` — is now silenced by the rule's own per-argument trivial-expression and DSL-separator checks. Concretely: - `bump!(items += 1)` — `+=` skipped (PR #52). - `make_const!(LEVEL0_BLOCK = '█')` — `=` skipped (PR #52). - `visualize!(tree, ())` — `tree` is a trivial path, `()` is the unit literal classified as trivial in PR #52. - `link!("a" -> "b")` / `symlink!("a" -> "b")` — `->` skipped (PR #65). - `test_case!(plain_number -> 65_535 in PlainNumber == "65535")` — `->` and `in` skipped (PR #65). `deny_extra` stays as-is — the `assert_cmp::debug_assert_op*` family still needs explicit denial so non-trivial arguments inside them get caught. https://claude.ai/code/session_01CoRidYHvni9nKNgxMPXmfQ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.0.8->^0.1.0Configuration
📅 Schedule: "every weekend" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.