Closed fenhl closed 9 years ago
Some traits have been moved from std::num to the num crate, and Default is in the prelude now.
std::num
num
Default
Nice!
Some traits have been moved from
std::num
to thenum
crate, andDefault
is in the prelude now.