diff options
| author | Huon Wilson <dbau.pp+github@gmail.com> | 2013-04-05 17:54:11 +1100 |
|---|---|---|
| committer | Huon Wilson <dbau.pp+github@gmail.com> | 2013-04-05 17:54:11 +1100 |
| commit | 7b0401d774bac77bee279dff8641aba2b05cf9b8 (patch) | |
| tree | 8529796fa811378cd999d8e84a91e3a7b263080f /src/libstd/std.rc | |
| parent | ba63cba18d5f0a042fdcb4ab0d39b1bf822d4400 (diff) | |
| download | rust-7b0401d774bac77bee279dff8641aba2b05cf9b8.tar.gz rust-7b0401d774bac77bee279dff8641aba2b05cf9b8.zip | |
libstd: add basic rational numbers
Diffstat (limited to 'src/libstd/std.rc')
| -rw-r--r-- | src/libstd/std.rc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstd/std.rc b/src/libstd/std.rc index 30346d1b16b..656156b355f 100644 --- a/src/libstd/std.rc +++ b/src/libstd/std.rc @@ -97,6 +97,8 @@ pub mod rl; pub mod workcache; #[path="num/bigint.rs"] pub mod bigint; +#[path="num/rational.rs"] +pub mod rational; pub mod stats; pub mod semver; pub mod fileinput; |
