mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 17:18:32 +03:00
f2b567fa14
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.