-
Notifications
You must be signed in to change notification settings - Fork 33
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
Fix unsoundness issues #106 and #107 #109
Conversation
The CI failures seem unrelated. Probably UI updates in the Rust compiler. |
Thanks for the PR!
|
Of course, will do |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! LGTM aside from a few nits.
It seems that the MSRV bump triggered a new clippy warning. Could you address that as well?
|
I mean, I just allowed the clippy lint for now since the MSRV definitely doesn't have support for inline const |
inline const in thread_local is special and is available since Rust 1.59: rust-lang/rust#91355 |
Ah, interesting. Didn't know. Fixing it. |
Published in 0.3.6. |
This PR fixes the unsoundness reported in #106 and #107
cc @steffahn (for checking the fixes, whether they are actually correct)
Closes #106
Closes #107