Open
Description
(I'll update as I move forward)
- float_cmp/single_match needs
in_external_macro
, otherwise it lints on all derived thingies. We should find other lints that are prone to lint onderive
too. option_unwrap_unused
has too many false positives (places where it is known to exist, for example), and in general unwrap seems pervasive throughout Servo and other Rust codebases. I vote we move this to Allow.- let_unit_value also has a problem with derives, even though it uses in_macro. Will investigate