Skip to content

Conversation

@ShapelessCat
Copy link
Owner

This allows Patchable to be implemented for unsized types (DSTs).

The original Sized requirement was based on a misunderstanding of how the From trait works, which does not strictly require Sized for all use cases.

This allows `Patchable` to be implemented for unsized types (DSTs).

The original `Sized` requirement was based on a misunderstanding of how
the `From` trait works, which does not strictly require `Sized` for all
use cases.
@ShapelessCat ShapelessCat merged commit 684374c into main Jan 30, 2026
1 check passed
@ShapelessCat ShapelessCat deleted the remove-Sized-bound branch January 30, 2026 11:35
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.

2 participants