vet all lints for 16 bit compat #1149
Labels
C-bug
Category: Clippy is not doing the correct thing
C-enhancement
Category: Enhancement of lints, like adding more cases or adding help messages
E-medium
Call for participation: Medium difficulty level problem and requires some initial experience.
L-correctness
Lint: Belongs in the correctness lint group
rustc has 16 bit support, so our lints should make sure they also lint for usize stuff below 32 bit. (e.g. ENUM_CLIKE_UNPORTABLE_VARIANT)
The text was updated successfully, but these errors were encountered: