-
Notifications
You must be signed in to change notification settings - Fork 396
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
Check callbacks lifetime #1052
Check callbacks lifetime #1052
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1052 +/- ##
=======================================
Coverage 82.57% 82.57%
=======================================
Files 53 53
Lines 10306 10306
=======================================
Hits 8510 8510
Misses 1796 1796 ☔ View full report in Codecov by Sentry. |
I actually think this is a bad change. I don't think UnwindSafe works well for FFI code — we only have |
Ok, so we should remove all |
std library seems to use both ( |
…callback_lifetime
…time
As suggested here: rusqlite#1052 (comment)
…time
No description provided.