False positive for new_without_default_derive
#3632
Labels
C-bug
Category: Clippy is not doing the correct thing
new_without_default_derive
#3632
Given the following code:
Clippy will suggest adding
#[derive(Default)]
on a struct that already has it.Rust 1.31.1
clippy 0.0.212 (2e26fdc 2018-11-22)
The text was updated successfully, but these errors were encountered: