libstd: move bigint to dedicated num directory

This commit is contained in:
Huon Wilson 2013-04-05 17:36:24 +11:00
parent babe506333
commit ba63cba18d
2 changed files with 1 additions and 0 deletions

View file

@ -95,6 +95,7 @@ pub mod cmp;
pub mod base64;
pub mod rl;
pub mod workcache;
#[path="num/bigint.rs"]
pub mod bigint;
pub mod stats;
pub mod semver;