Skip to content

Fix copy bound on args debounce#93

Merged
ealmloff merged 1 commit intoDioxusLabs:mainfrom
ealmloff:fix-copy-derive
Sep 24, 2025
Merged

Fix copy bound on args debounce#93
ealmloff merged 1 commit intoDioxusLabs:mainfrom
ealmloff:fix-copy-derive

Conversation

@ealmloff
Copy link
Member

UseDebounce currently derives Clone, Copy and PartialEq which creates impl blocks that have the Clone, Copy and PartialEq bounds on args. We don't need any of those bounds and this PR removes them

@ealmloff ealmloff merged commit 8d5816e into DioxusLabs:main Sep 24, 2025
3 of 4 checks passed
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