Files
rust/clippy_lints
Samuel Tardieu dcd8bb6d7e Skip inner ordering checking in presence of #[repr(…)] (#14610)
A representation attribute `#[repr(…)]` might indicate that the ordering
of the fields or the variants is dictated by the API the code is
interfacing with. Better not lint with `arbitrary_source_item_ordering`
in this case.

changelog: [`arbitrary_source_item_ordering`]: do not lint inside items
with `#[repr]` attribute
2025-05-16 19:34:32 +00:00
..
2025-05-15 19:19:46 +02:00

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