core: Inherit the cell module
This commit is contained in:
parent
d4b5d82a33
commit
f62c121eb0
4 changed files with 5 additions and 9 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue