don't warn on *const c_void
-> *const T
casts
#2677
Labels
C-enhancement
Category: Enhancement of lints, like adding more cases or adding help messages
We can detect the
c_void
type via its path (it's defined in https://docs.rs/libc/0.2.40/src/libc/lib.rs.html#115-121 )The user has to take care around
c_void
casts anyway.cc @devonhollowood
The text was updated successfully, but these errors were encountered: