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 ?Sized bounds because they're ignored #31

Merged
merged 1 commit into from
Sep 9, 2024
Merged

Remove ?Sized bounds because they're ignored #31

merged 1 commit into from
Sep 9, 2024

Conversation

allenap
Copy link
Owner

@allenap allenap commented Sep 9, 2024

This is because they're all paired with Into<…> which has a Sized bound.

This is because they're all paired with `Into<…>` which has a `Sized` bound.
@allenap allenap merged commit c2a3a82 into master Sep 9, 2024
3 checks passed
@allenap allenap deleted the sized branch September 9, 2024 09:49
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