core: Inherit the option module
This commit is contained in:
parent
6636215a44
commit
06fcb6b1c8
4 changed files with 12 additions and 3 deletions
|
@ -146,6 +146,7 @@ pub use core::container;
|
|||
pub use core::default;
|
||||
pub use core::intrinsics;
|
||||
pub use core::mem;
|
||||
pub use core::option;
|
||||
pub use core::ptr;
|
||||
pub use core::raw;
|
||||
pub use core::tuple;
|
||||
|
@ -222,7 +223,6 @@ pub mod hash;
|
|||
|
||||
/* Common data structures */
|
||||
|
||||
pub mod option;
|
||||
pub mod result;
|
||||
pub mod cell;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue