mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 12:39:31 +03:00
65e2a8b6d8
Fix description of unsigned `checked_exact_div` Like its signed counterpart, this function does not panic. Also, fix the examples to document how it returns Some/None.