Skip to content

Commit 5b00d56

Browse files
committed
wip
1 parent 70b29da commit 5b00d56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/core/pth/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ mod_interface! {
5959
// own use ::std::path::{ PathBuf, Path, Component };
6060

6161
#[ cfg( not( feature = "no_std" ) ) ]
62-
own use ::std::path::*;
62+
exposed use ::std::path::{ Path, PathBuf };
6363

6464
#[ cfg( not( feature = "no_std" ) ) ]
6565
own use ::std::borrow::Cow;

0 commit comments

Comments
 (0)