Skip to content

Commit 2b08a48

Browse files
committed
Refactor: Mv OsStr/OsStrExt/Path to core, OsString/OsStringExt to alloc
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
1 parent 717aec0 commit 2b08a48

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+11073
-8870
lines changed

Diff for: library/alloc/src/ffi/mod.rs

+16
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,19 @@ pub use self::c_str::{FromVecWithNulError, IntoStringError, NulError};
8989

9090
#[unstable(feature = "c_str_module", issue = "112134")]
9191
pub mod c_str;
92+
93+
#[unstable(
94+
feature = "os_str_internals",
95+
reason = "internal details of the implementation of os str",
96+
issue = "none"
97+
)]
98+
#[doc(hidden)]
99+
pub mod os_str;
100+
101+
#[unstable(
102+
feature = "os_str_internals",
103+
reason = "internal details of the implementation of os str",
104+
issue = "none"
105+
)]
106+
#[doc(hidden)]
107+
pub mod wtf8;

0 commit comments

Comments
 (0)