Files
rust/clippy_lints
Samuel Tardieu f2b567fa14 Add manual_checked_ops lint (#16149)
changelog: [`manual_checked_ops`]: new lint suggesting `checked_div`
instead of manual zero checks before unsigned division

Part of the initiative described in rust-lang/rust-clippy#12894.
2026-01-20 10:58:35 +00:00
..
2026-01-20 10:58:35 +00:00

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