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
If people are not understanding what this lint is attempting to tell them, it seems like the lint isn't doing its job. We should look into whether the lint's documentation or the lint's diagnostic output can be improved in a way that better comes across to people. It may be worth looping in some of the maintainers of some of the crates above about what might have been helpful for them to understand the lint.
The text was updated successfully, but these errors were encountered:
I pointed out in #7666 (comment) that the use of
allow(clippy::not_unsafe_ptr_arg_deref)
on crates.io is shockingly high.Here is the list: https://dtolnay.github.io/noisy-clippy/not_unsafe_ptr_arg_deref.html
I spot checked some of these and pretty much every case is unsound.
is_a
is unsound pgcentralfoundation/pgrx#215If people are not understanding what this lint is attempting to tell them, it seems like the lint isn't doing its job. We should look into whether the lint's documentation or the lint's diagnostic output can be improved in a way that better comes across to people. It may be worth looping in some of the maintainers of some of the crates above about what might have been helpful for them to understand the lint.
The text was updated successfully, but these errors were encountered: