mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-03-08 17:27:29 +00:00
Only lint `manual_non_exhaustive` for exported types For types that are not exported the attribute doesn't make a difference, but the manual pattern can still be used to achieve module level non exhaustiveness Fixes https://github.com/rust-lang/rust-clippy/issues/10301 Fixes https://github.com/rust-lang/rust-clippy/issues/12106 changelog: none |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |