rust/tests
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
..
auxiliary
cargo
ui Add unwrap_or_else_default lint 2021-08-10 14:40:26 -07:00
ui-cargo Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyup 2021-04-08 17:50:13 +02:00
ui-internal Use diagnostic items for Vec, VecDeque and connected refactorings 2021-07-15 00:02:46 +02:00
ui-toml Add primitive type support to disallowed_type lint 2021-07-27 10:01:38 -04:00
clippy.toml Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup 2021-06-03 08:41:37 +02:00
compile-test.rs Improve conflicting rlibs error again 2021-07-26 11:38:53 -05:00
dogfood.rs Update deploy CI 2021-07-28 14:16:31 +02:00
fmt.rs
integration.rs
lint_message_convention.rs Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyup 2021-04-08 17:50:13 +02:00
missing-test-files.rs
versioncheck.rs