core: Inherit the any module

This commit is contained in:
Alex Crichton
2014-04-30 20:36:58 -07:00
parent 85a8e6b80a
commit 8ed728babb
4 changed files with 10 additions and 19 deletions

View File

@@ -37,5 +37,6 @@ pub mod container;
/* Core types and methods on primitives */
pub mod any;
pub mod finally;
pub mod char;