core: Move Option::expect to libstd from libcore
See #14008 for more details
This commit is contained in:
parent
4a974413dc
commit
0d8f5fa618
8 changed files with 177 additions and 33 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue