We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c5b627 commit 9bd6479Copy full SHA for 9bd6479
src/libstd/os.rs
@@ -482,7 +482,7 @@ pub fn split_paths<T: BytesContainer>(unparsed: T) -> Vec<Path> {
482
}
483
484
#[cfg(windows)]
485
- pub fn _split_paths<T: BytesContainer>(unparsed: T) -> Vec<Path> {
+ fn _split_paths<T: BytesContainer>(unparsed: T) -> Vec<Path> {
486
// On Windows, the PATH environment variable is semicolon separated. Double
487
// quotes are used as a way of introducing literal semicolons (since
488
// c:\some;dir is a valid Windows path). Double quotes are not themselves
0 commit comments