diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-04-30 20:46:51 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-05-07 08:13:56 -0700 |
| commit | dfd967f239a079cf90f45bfc3d827547e6fe9008 (patch) | |
| tree | 8967850d349d0835c2c3225a42cce65d1f958f16 /src/libcore/lib.rs | |
| parent | 17cb238ee80726c057a16c90b8c4e7e8bfd25c9d (diff) | |
| download | rust-dfd967f239a079cf90f45bfc3d827547e6fe9008.tar.gz rust-dfd967f239a079cf90f45bfc3d827547e6fe9008.zip | |
core: Inherit the default module
Diffstat (limited to 'src/libcore/lib.rs')
| -rw-r--r-- | src/libcore/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcore/lib.rs b/src/libcore/lib.rs index fe4809a5001..6730c252f52 100644 --- a/src/libcore/lib.rs +++ b/src/libcore/lib.rs @@ -33,6 +33,7 @@ pub mod ptr; pub mod kinds; pub mod ops; pub mod ty; +pub mod default; pub mod container; /* Core types and methods on primitives */ |
