-
Notifications
You must be signed in to change notification settings - Fork 372
Decorate unsafe code block with allow unused_unsafe #1059
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
base: master
Are you sure you want to change the base?
Conversation
Pratyush
left a comment
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.
In which versions of Rust does this error happened.
nightly-x86_64-unknown-linux-gnu installed - rustc 1.93.0-nightly (6647be936 2025-11-09) |
|
I feel that we just need to keep a note somewhere to remove this |
Description
The CI has started giving an error that the unsafe block is not needed. However, the unsafe block cannot be removed and thus needs to be decorated with allow unused_unsafe.
closes: #1060
Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
Pendingsection inCHANGELOG.mdFiles changedin the GitHub PR explorer