1
Fork 0

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

@ -141,6 +141,7 @@ extern crate core;
pub use core::any;
pub use core::bool;
pub use core::cast;
pub use core::cell;
pub use core::char;
pub use core::clone;
pub use core::container;
@ -220,7 +221,6 @@ pub mod hash;
/* Common data structures */
pub mod result;
pub mod cell;
/* Tasks and communication */