diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-04-30 20:36:58 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-05-07 08:13:56 -0700 |
| commit | 8ed728babb057c0f736a63a69ba772e45278148f (patch) | |
| tree | f36caede39ebc876fe40ef02aaedbffaa0a9f70c /src/libcore/lib.rs | |
| parent | 85a8e6b80ae91eb00a0bce96a5cec8017e1b37da (diff) | |
| download | rust-8ed728babb057c0f736a63a69ba772e45278148f.tar.gz rust-8ed728babb057c0f736a63a69ba772e45278148f.zip | |
core: Inherit the any 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 5206ba1f32a..08b0434d827 100644 --- a/src/libcore/lib.rs +++ b/src/libcore/lib.rs @@ -37,5 +37,6 @@ pub mod container; /* Core types and methods on primitives */ +pub mod any; pub mod finally; pub mod char; |
