Skip to content

Commit ba63cba

Browse files
committed
libstd: move bigint to dedicated num directory
1 parent babe506 commit ba63cba

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed
File renamed without changes.

src/libstd/std.rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ pub mod cmp;
9595
pub mod base64;
9696
pub mod rl;
9797
pub mod workcache;
98+
#[path="num/bigint.rs"]
9899
pub mod bigint;
99100
pub mod stats;
100101
pub mod semver;

0 commit comments

Comments
 (0)