Jade 11ef04728c Add unwrap_or_else_default lint
This will catch `unwrap_or_else(Default::default)` on Result and Option
and suggest `unwrap_or_default()` instead.
2021-08-10 14:40:26 -07:00
..
2021-08-10 14:40:26 -07:00
2021-07-28 14:16:31 +02:00