Lots of incorrect useless_conversion warnings when libc is involved #6466
Labels
C-bug
Category: Clippy is not doing the correct thing
E-medium
Call for participation: Medium difficulty level problem and requires some initial experience.
I-false-positive
Issue: The lint was triggered on code it shouldn't have
I tried this code:
I expected to see this happen: Nothing, as
cmsg_len
isu32
on many platforms.Instead, this happened:
Meta
cargo clippy -V
: clippy 0.0.212 (7eac88a 2020-11-16)rustc -Vv
:The text was updated successfully, but these errors were encountered: