rust/clippy_lints
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
..
src Add unwrap_or_else_default lint 2021-08-10 14:40:26 -07:00
Cargo.toml Bump Clippy Version -> 0.1.56 2021-07-29 11:15:11 +02:00
README.md

This crate contains Clippy lints. For the main crate, check GitHub.