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

Extract an arguments struct for Builder::then_else_break #121928

Merged
merged 1 commit into from Mar 5, 2024

Commits on Mar 4, 2024

  1. Extract an arguments struct for Builder::then_else_break

    Most of this method's arguments are usually or always forwarded as-is to
    recursive invocations.
    
    Wrapping them in a dedicated struct allows us to document each struct field,
    and lets us use struct-update syntax to indicate which arguments are being
    modified when making a recursive call.
    Zalathar committed Mar 4, 2024
    Copy the full SHA
    4146136 View commit details
    Browse the repository at this point in the history