diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-04-30 22:14:22 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-05-07 08:15:58 -0700 |
| commit | 0c302938866cbccdecdcd78b42bb46106fdfa28e (patch) | |
| tree | b31c4f42be17d210b18df6772098fdbdd0b53fce /src/libstd/num/int_macros.rs | |
| parent | c5229e5d2ea6168ec80a7feeea1a513b2b3176c0 (diff) | |
| download | rust-0c302938866cbccdecdcd78b42bb46106fdfa28e.tar.gz rust-0c302938866cbccdecdcd78b42bb46106fdfa28e.zip | |
core: Inherit what's possible from the num module
This strips out all string-related functionality from the num module. The inherited functionality is all that will be implemented in libcore (for now). Primarily, libcore will not implement the Float trait or any string-related functionality. It may be possible to migrate string parsing functionality into libcore in the future, but for now it will remain in libstd. All functionality in core::num is reexported in std::num.
Diffstat (limited to 'src/libstd/num/int_macros.rs')
0 files changed, 0 insertions, 0 deletions
