rust/clippy_lints
Jason Newcomb 542762e8af
fix: unused_unit suggests wrongly when unit never type fallback (#14609)
Closes rust-lang/rust-clippy#14577.

Migrate this lint to late pass and avoids `unit_never_type_fallback`
since it is no longer permitted in Rust 2024.

changelog: [`unused_unit`] fix wrong suggestions when unit never type
fallback
2025-04-27 19:14:47 +00:00
..
src fix: unused_unit suggests wrongly when unit never type fallback (#14609) 2025-04-27 19:14:47 +00:00
Cargo.toml Move internal lints to their own crate 2025-04-12 17:53:36 -04:00
README.md clippy_lints: readme: don't mention crates.io since it is no longer used to publish clippy. 2020-03-10 01:05:54 +01:00

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