rust/tests
bors c9ddcf0d06 Auto merge of #10822 - Alexendoo:needless-else-cfg, r=llogiq
Ignore `#[cfg]`'d out code in `needless_else`

changelog: none (same release as #10810)

`#[cfg]` making things fun once more

This lead me to think about macro calls that expand to nothing as well, but apparently they produce an empty stmt in the AST so are already handled, added a test for that

r? `@llogiq`
2023-05-27 10:09:51 +00:00
..
test_utils
ui Auto merge of #10822 - Alexendoo:needless-else-cfg, r=llogiq 2023-05-27 10:09:51 +00:00
ui-cargo Address Dependabot alerts 2023-05-24 22:08:43 +09:00
ui-internal Merge remote-tracking branch 'upstream/master' into rustup 2023-05-20 15:32:20 +02:00
ui-toml needless_else: new lint to check for empty else clauses 2023-05-22 11:52:26 +02:00
workspace_test
check-fmt.rs
clippy.toml
compile-test.rs
dogfood.rs Merge commit '371120bdbf58a331db5dcfb2d9cddc040f486de8' into clippyup 2023-05-05 17:45:49 +02:00
integration.rs
lint_message_convention.rs
missing-test-files.rs
versioncheck.rs
workspace.rs