1
Fork 0

core: Move Option::expect to libstd from libcore

See #14008 for more details
This commit is contained in:
Alex Crichton 2014-05-06 21:25:36 -07:00
parent 4a974413dc
commit 0d8f5fa618
8 changed files with 177 additions and 33 deletions

View file

@ -149,7 +149,6 @@ pub use core::default;
pub use core::intrinsics;
pub use core::iter;
pub use core::mem;
pub use core::option;
pub use core::ptr;
pub use core::raw;
pub use core::tuple;
@ -221,7 +220,7 @@ pub mod hash;
/* Common data structures */
pub mod result;
pub mod option;
/* Tasks and communication */