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 #6164: Reduce format failure for non default imports_granularity #6165

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Aug 20, 2024

  1. fix rust-lang#6164: Reduce format failure for non default `imports_gr…

    …anularity`
    
    This patch reduces format failure for non default `imports_granularity`
    and correct the behavior around some edge cases.
    
    - Supports too long line of `use ...` that contains `{}`.
    - Fixes the width calculation of too long lines of `use ...`.
    kenoss committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    d312aab View commit details
    Browse the repository at this point in the history
  2. Update using RewriteError

    kenoss committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    727179e View commit details
    Browse the repository at this point in the history
  3. version gate

    kenoss committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    a71be3a View commit details
    Browse the repository at this point in the history