core: Inherit the cell module

This commit is contained in:
Alex Crichton
2014-05-01 11:19:56 -07:00
parent d4b5d82a33
commit f62c121eb0
4 changed files with 5 additions and 9 deletions

View File

@@ -67,11 +67,12 @@ mod unicode;
mod unit;
pub mod any;
pub mod bool;
pub mod cell;
pub mod char;
pub mod finally;
pub mod iter;
pub mod option;
pub mod raw;
pub mod char;
pub mod result;
pub mod slice;
pub mod str;