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

callbacks: constrain to input lifetime #499

Merged
merged 2 commits into from
Dec 7, 2024

Conversation

liamwhite
Copy link
Contributor

Fixes #496

Sadly this required reintroducing the extra lifetime constraints on a bunch of types because the options must now not outlive the types being input.

@kivikakk
Copy link
Owner

kivikakk commented Dec 7, 2024

Thank you. <3

@kivikakk kivikakk merged commit cd8d884 into kivikakk:main Dec 7, 2024
19 checks passed
@liamwhite liamwhite deleted the lifetime-soup branch December 8, 2024 02:19
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.

broken_link_callback removed support for closures borrowing from their context
2 participants