rust/clippy_lints
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
..
src Add missing space when expanding a struct-like variant 2025-06-21 19:00:38 +02:00
Cargo.toml Prepare to split lints into multiple crates 2025-06-18 22:37:23 -04:00
README.md clippy_lints: readme: don't mention crates.io since it is no longer used to publish clippy. 2020-03-10 01:05:54 +01:00

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