core: Inherit the tuple module

This commit is contained in:
Alex Crichton
2014-04-30 21:02:13 -07:00
parent 1a989d6769
commit 92095d125a
4 changed files with 32 additions and 21 deletions

View File

@@ -44,3 +44,4 @@ pub mod any;
pub mod finally;
pub mod raw;
pub mod char;
pub mod tuple;