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

style-guide: When breaking binops handle multi-line first operand better #119838

Merged
merged 3 commits into from
May 14, 2024

Commits on May 14, 2024

  1. style-guide: When breaking binops handle multi-line first operand better

    Use the indentation of the *last* line of the first operand, not the first.
    
    Fixes rust-lang/style-team#189
    joshtriplett committed May 14, 2024
    Configuration menu
    Copy the full SHA
    57c32a1 View commit details
    Browse the repository at this point in the history
  2. Fix missing word

    Co-authored-by: Caleb Cartwright <calebcartwright@users.noreply.github.com>
    joshtriplett and calebcartwright committed May 14, 2024
    Configuration menu
    Copy the full SHA
    e2d9c0d View commit details
    Browse the repository at this point in the history
  3. Wording improvement

    Co-authored-by: Caleb Cartwright <calebcartwright@users.noreply.github.com>
    joshtriplett and calebcartwright committed May 14, 2024
    Configuration menu
    Copy the full SHA
    e098eb1 View commit details
    Browse the repository at this point in the history