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

Remove print::Pat from the printing of WitnessPat #128965

Merged
merged 11 commits into from
Aug 16, 2024
Merged

Commits on Aug 11, 2024

  1. Configuration menu
    Copy the full SHA
    0a77709 View commit details
    Browse the repository at this point in the history
  2. Add print::PatKind::Print

    This will allow for the gradual removal of all other variants.
    Zalathar committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    f53eb27 View commit details
    Browse the repository at this point in the history
  3. Remove PatKind::Wild

    Zalathar committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    92eb159 View commit details
    Browse the repository at this point in the history
  4. Remove PatKind::StructLike

    Zalathar committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    ed3e38f View commit details
    Browse the repository at this point in the history
  5. Remove PatKind::Box

    Zalathar committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    15cc0e1 View commit details
    Browse the repository at this point in the history
  6. Remove PatKind::Ref

    Zalathar committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    283243a View commit details
    Browse the repository at this point in the history
  7. Remove PatKind::Constant

    Zalathar committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    9952e4d View commit details
    Browse the repository at this point in the history
  8. Remove PatKind::Range

    Zalathar committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    2b6f438 View commit details
    Browse the repository at this point in the history
  9. Remove PatKind::Slice

    Zalathar committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    ec1483b View commit details
    Browse the repository at this point in the history
  10. Remove PatKind::Never

    Zalathar committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    bfe88a3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fc55129 View commit details
    Browse the repository at this point in the history