False positive in unsafe_vector_initialization: nonintegral vector element type #3477
Labels
C-bug
Category: Clippy is not doing the correct thing
good first issue
These issues are a good way to get started with Clippy
I-false-positive
Issue: The lint was triggered on code it shouldn't have
L-suggestion
Lint: Improving, adding or fixing lint suggestions
The suggested replacement of
vec![0; len]
is not a viable replacement because the vector element type is not something that can be "0".clippy 0.0.212 (b2601be 2018-11-27)
The text was updated successfully, but these errors were encountered: