Consider NonNull as a pointer type#8074
Conversation
|
I tried and failed to avoid using hard-coded paths for |
It sadly doesn't have another identifier besides that. We can add them in the rust repo, but that will take at least a week to be available here again. It's okay to have it like this until we go through them again and add them in rust 🙃 |
|
The changes are looking good, thank you very much! 🙃 @bors r+ |
|
📌 Commit 844996b has been approved by |
|
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
PR 1/2 for issue #8045. Add
NonNullas a pointer class to suppress false positives likeUnsafeCell<NonNull<()>>. However, this change is not sufficient to handle the cases shared in gtk-rs and Rug in the issue.changelog: none
r? @xFrednet