rust/tests
Samuel Tardieu db539d051d
Add missing space when expanding a struct-like variant
In `wildcard_enum_match_arm`, expanding a variant with struct-like
fields was missing a space between the variant name and the opening
bracket.

Also, add a test for tuple-like variants with only one field, as those
are expanded as `VariantName(_)` instead of `VariantName(..)`.
2025-06-21 19:00:38 +02:00
..
test_utils
ui Add missing space when expanding a struct-like variant 2025-06-21 19:00:38 +02:00
ui-cargo Merge commit '9f9a822509' into clippy-subtree-update 2025-02-28 23:27:09 +01:00
ui-internal Merge commit '0450db33a5' into clippy-subtree-update 2025-05-15 19:28:39 +02:00
ui-toml Fix collapsible_else_if FP on conditionally compiled stmt (#14906) 2025-06-13 15:45:00 +00:00
workspace_test
check-fmt.rs
clippy.toml Merge commit '0621446356' into clippy-subtree-update 2025-04-22 18:24:43 +02:00
compile-test.rs Prepare to split lints into multiple crates 2025-06-18 22:37:23 -04:00
config-metadata.rs
dogfood.rs Prepare to split lints into multiple crates 2025-06-18 22:37:23 -04:00
integration.rs Merge commit '0450db33a5' into clippy-subtree-update 2025-05-15 19:28:39 +02:00
lint_message_convention.rs Merge commit '1e5237f4a5' into clippy-subtree-update 2025-03-20 22:34:29 +01:00
missing-test-files.rs Merge commit '51d49c1ae2' into clippy-subtree-update 2025-01-28 19:33:54 +01:00
symbols-used.rs Test that all interned symbols are referenced in Clippy sources 2025-05-25 11:52:24 +02:00
versioncheck.rs Prepare to split lints into multiple crates 2025-06-18 22:37:23 -04:00
workspace.rs