Files
rust/clippy_lints
Maja Kądziołka 10cf3cb945 Add helper methods checking for "#[non_exhaustive] that's active"
A check for `#[non_exhaustive]` is often done in combination with
checking whether the type is local to the crate, in a variety of ways.
Create a helper method and standardize on it as the way to check for
this.
2025-03-07 16:16:36 +01:00
..

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