rust/tests
bors fc72e910fb needless_return suggest return unit type on void returns
closes #8177

previously, `needless_return` suggests an empty block `{}` to replace void `return` on match arms, this PR improve the suggestion by suggesting a unit instead.

changelog: `needless_return` suggests `()` instead of `{}` on match arms
2021-12-28 11:15:53 +00:00
..
cargo
ui needless_return suggest return unit type on void returns 2021-12-28 11:15:53 +00:00
ui_test
ui-cargo
ui-internal Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup 2021-12-06 12:33:31 +01:00
ui-toml Fix grammar issues 2021-12-07 10:08:22 -05:00
clippy.toml
compile-test.rs Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup 2021-12-06 12:33:31 +01:00
dogfood.rs
fmt.rs Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup 2021-12-06 12:33:31 +01:00
integration.rs
lint_message_convention.rs
missing-test-files.rs
versioncheck.rs