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

Add support for | operator in when #135

Merged
merged 2 commits into from
Aug 15, 2024

Conversation

GuillaumeGomez
Copy link
Contributor

Fixes #130.

The second commit is simply because I realized that we had a few one character strings around we were sending to BufferFmt instead of just pushing a char. So I implemented the trait for char as well and replaced the few cases.

Copy link
Collaborator

@Kijewski Kijewski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice and concise, thank you! :)

@Kijewski Kijewski merged commit c94fc1d into rinja-rs:master Aug 15, 2024
21 checks passed
@GuillaumeGomez GuillaumeGomez deleted the support-pipe-operator branch August 15, 2024 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for | in match/when
2 participants