We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70b29da commit 5b00d56Copy full SHA for 5b00d56
module/core/pth/src/lib.rs
@@ -59,7 +59,7 @@ mod_interface! {
59
// own use ::std::path::{ PathBuf, Path, Component };
60
61
#[ cfg( not( feature = "no_std" ) ) ]
62
- own use ::std::path::*;
+ exposed use ::std::path::{ Path, PathBuf };
63
64
65
own use ::std::borrow::Cow;
0 commit comments