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

Fix missing struct field separators under certain conditions #5159

Merged
merged 3 commits into from
Mar 6, 2022

Commits on Dec 29, 2021

  1. Fix missing struct field separators under certain conditions

    When struct_field_align_threshold is non-zero and trailing_comma is set to
    "Never," struct field separators are omitted between field groups. This issue is
    resolved by forcing separators between groups.
    
    Fixes rust-lang#4791.
    
    A test is included with a minimal reproducible example.
    cassaundra committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    c0f1155 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2022

  1. Configuration menu
    Copy the full SHA
    aafb9a6 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2022

  1. Configuration menu
    Copy the full SHA
    5e331ec View commit details
    Browse the repository at this point in the history