-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Naked semicolon in an empty body needs to be formatted twice #4627
Copy link
Copy link
Closed
Labels
1x-backport:completedC-bugCategory: this is a bug; use also I-* labels for specific bug kinds, e.g. I-non-idempotency or I-ICECategory: this is a bug; use also I-* labels for specific bug kinds, e.g. I-non-idempotency or I-ICES-duplicateStatus: duplicate of another issue or PRStatus: duplicate of another issue or PR
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
1x-backport:completedC-bugCategory: this is a bug; use also I-* labels for specific bug kinds, e.g. I-non-idempotency or I-ICECategory: this is a bug; use also I-* labels for specific bug kinds, e.g. I-non-idempotency or I-ICES-duplicateStatus: duplicate of another issue or PRStatus: duplicate of another issue or PR
gets formatted to
which then gets formatted to
Thus requiring two calls to rustfmt to achieve a stable state.
Expected behavior
should format in one step to
Meta
rustfmt 1.4.29-nightly (70ce1825 2020-12-04)cargo fmt