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 useless IntoRust bound in handlers system #460

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

wyfo
Copy link
Contributor

@wyfo wyfo commented Feb 28, 2025

Only the IntoPython bound is important, the rest was there to reinforce the typing, but it's not needed at all, and it prevented to use objects not implementing IntoRust (which will be the case when Query will use option_wrapper)

Only the `IntoPython` bound is important, the rest was there to
reinforce the typing, but it's not needed at all, and it prevented
to use objects not implementing `IntoRust` (which will be the case
when `Query` will use `option_wrapper`)
@wyfo wyfo added the internal Changes not included in the changelog label Feb 28, 2025
@wyfo wyfo requested a review from DenisBiryukov91 February 28, 2025 09:07
@wyfo wyfo mentioned this pull request Feb 28, 2025
@wyfo wyfo requested a review from milyin February 28, 2025 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Changes not included in the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants