]> git.lizzy.rs Git - rust.git/commit
Move numeric `From` and `TryFrom` impls to `libcore/convert/num.rs`
authorSimon Sapin <simon.sapin@exyr.org>
Mon, 2 Dec 2019 08:44:48 +0000 (09:44 +0100)
committerSimon Sapin <simon.sapin@exyr.org>
Fri, 6 Dec 2019 13:00:45 +0000 (14:00 +0100)
commita213ff82998ef91fa793883c2f2ebbc574967500
treecdf42935798cbb018b49a112eb73ef20e67a2bca
parentcba479f75c7513f91f727741882a99442f393c12
Move numeric `From` and `TryFrom` impls to `libcore/convert/num.rs`

This makes `libcore/num/mod.rs` slightly smaller. It’s still 4911 lines and not easy to navigate. This doesn’t change any public API.
src/libcore/convert/num.rs
src/libcore/num/mod.rs