Skip to content

Commit 6e377b6

Browse files
committed
Move Path to core
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
1 parent f6807c0 commit 6e377b6

File tree

10 files changed

+2689
-1
lines changed

10 files changed

+2689
-1
lines changed

Diff for: library/core/src/lib.rs

+7
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,13 @@ pub mod slice;
405405
pub mod str;
406406
pub mod time;
407407

408+
#[unstable(
409+
feature = "path_internals",
410+
reason = "internal details of the implementation of path",
411+
issue = "none"
412+
)]
413+
#[doc(hidden)]
414+
pub mod path;
408415
pub mod unicode;
409416

410417
/* Async */

0 commit comments

Comments
 (0)