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

Get rid of autoref-specialisation #320

Open
wants to merge 4 commits into
base: next
Choose a base branch
from

Conversation

GnomedDev
Copy link
Member

@GnomedDev GnomedDev commented Nov 1, 2024

This significantly simplifies poise internals, by removing the fancy autoderef specialization used to fallback from the poise traits, to the serenity traits, and finally to FromStr.

It is replaced by normal implementations, which does not significantly impact usability as users may define newtypes to implement the traits themselves if needed.

This PR is currently missing:

  • testing to make sure I didn't break anything

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