mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 03:07:25 +00:00

While stdlib implementations of the unchecked methods require unchecked math, there is no reason to gate it behind this for external users. The reasoning for a separate `step_trait_ext` feature is unclear, and as such has been merged as well.