diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-04-30 20:55:38 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-05-07 08:13:56 -0700 |
| commit | 54b81997f367e8963d722c5e23bd7a877d0273cd (patch) | |
| tree | 5fd591d9481ec45df3a7b302617280ff2e5d7092 /src/libcore/lib.rs | |
| parent | e7eed5f670e8b283e7afcba5c79b3b208167a647 (diff) | |
| download | rust-54b81997f367e8963d722c5e23bd7a877d0273cd.tar.gz rust-54b81997f367e8963d722c5e23bd7a877d0273cd.zip | |
core: Inherit the clone 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 8b3124b0166..cca2cf42879 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 clone; pub mod default; pub mod container; |
