rust/clippy_lints
Kevin Reid cfa150b0dd Rephrase and expand empty_enum documentation.
* Remove incorrect claim that “wrappers around it are the conventional
  way to define an uninhabited type”.
* Discuss why one would use `!`, a newtype struct, or keep the enum.
* Add links to relevant documentation.
2024-05-22 18:03:18 -07:00
..
src Rephrase and expand empty_enum documentation. 2024-05-22 18:03:18 -07:00
Cargo.toml
README.md

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