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

Improve GatCow test #41

Merged
merged 1 commit into from
Jun 21, 2024
Merged

Improve GatCow test #41

merged 1 commit into from
Jun 21, 2024

Conversation

antiguru
Copy link
Owner

Splits the GatCow into a struct and an inner enum to avoid the infallible variant. Remove the T parameter and replace it by the implied owned type through IntoOwned.

Splits the GatCow into a struct and an inner enum to avoid the infallible
variant. Remove the `T` parameter and replace it by the implied owned type
through `IntoOwned`.

Signed-off-by: Moritz Hoffmann <[email protected]>
@antiguru antiguru merged commit beb214b into main Jun 21, 2024
8 checks passed
@antiguru antiguru deleted the super_cow branch June 21, 2024 17:07
@github-actions github-actions bot mentioned this pull request Jun 21, 2024
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.

1 participant