[mixed_attributes_style
] should only lint when mixing the same attribute
#12530
Labels
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
Summary
related discussions:
mixed_attributes_style
] when mixing docs and other attrs #12486]Lint Name
mixed_attributes_style
Reproducer
I tried this code:
I saw this happen:
I expected to see this happen:
no warnings, this is a common syntax, doesn't affect readability.
Version
Additional Labels
No response
The text was updated successfully, but these errors were encountered: