diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-04-30 20:04:56 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-05-07 08:12:48 -0700 |
| commit | 5b75e44fb01f0eda10ce8d8df92b80945d894768 (patch) | |
| tree | 5d8a2300e8eacc5afa7d1f98a562c125c5189f92 /src/libcore/lib.rs | |
| parent | 836d4b96a91cd6a36228d757004655e26e3f2c46 (diff) | |
| download | rust-5b75e44fb01f0eda10ce8d8df92b80945d894768.tar.gz rust-5b75e44fb01f0eda10ce8d8df92b80945d894768.zip | |
core: Inherit the intrinsics module
Diffstat (limited to 'src/libcore/lib.rs')
| -rw-r--r-- | src/libcore/lib.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libcore/lib.rs b/src/libcore/lib.rs index 5d9476f95e3..b76d3b84254 100644 --- a/src/libcore/lib.rs +++ b/src/libcore/lib.rs @@ -20,3 +20,7 @@ #![no_std] #![feature(globs, macro_rules, managed_boxes)] #![deny(missing_doc)] + +/* Core modules for ownership management */ + +pub mod intrinsics; |
