core: Inherit the cast module
This commit is contained in:
parent
645b157564
commit
28624661c3
@ -23,6 +23,7 @@
|
||||
|
||||
/* Core modules for ownership management */
|
||||
|
||||
pub mod cast;
|
||||
pub mod intrinsics;
|
||||
pub mod mem;
|
||||
pub mod ptr;
|
||||
|
@ -133,6 +133,7 @@ extern crate core;
|
||||
#[cfg(test)] pub use ty = realstd::ty;
|
||||
#[cfg(test)] pub use owned = realstd::owned;
|
||||
|
||||
pub use core::cast;
|
||||
pub use core::intrinsics;
|
||||
pub use core::mem;
|
||||
pub use core::ptr;
|
||||
@ -242,7 +243,6 @@ pub mod c_vec;
|
||||
pub mod os;
|
||||
pub mod io;
|
||||
pub mod path;
|
||||
pub mod cast;
|
||||
pub mod fmt;
|
||||
pub mod cleanup;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user