Skip to content

Commit f6807c0

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

36 files changed

+5415
-3661
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)