1
Fork 0

core: Inherit the option module

This commit is contained in:
Alex Crichton 2014-04-30 21:35:56 -07:00
parent 6636215a44
commit 06fcb6b1c8
4 changed files with 12 additions and 3 deletions

View file

@ -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;