You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the rust guidelines, we have - [ ] If you must use 'unsafe', include a comment explaining why you believe its use is sound and its behavior is correct and well defined and there's a crate for that now: https://github.com/Centril/rust-safe#getting-started
So pending some basic review of that crate, we could change that item to "include a rust-safe annotation with a reason or comment explaining why you believe its use is sound and its behavior is correct and well defined"
For the rust guidelines, we have
- [ ] If you must use 'unsafe', include a comment explaining why you believe its use is sound and its behavior is correct and well defined
and there's a crate for that now: https://github.com/Centril/rust-safe#getting-startedSo pending some basic review of that crate, we could change that item to "include a rust-safe annotation with a reason or comment explaining why you believe its use is sound and its behavior is correct and well defined"
Thoughts @psiinon?
@bbangert I believe you originally recommended adding the comments for unsafe code have you tried
rust-safe
?The text was updated successfully, but these errors were encountered: