Skip to content

Commit 9bd6479

Browse files
committed
Test fixes from the rollup
1 parent 0c5b627 commit 9bd6479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/os.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ pub fn split_paths<T: BytesContainer>(unparsed: T) -> Vec<Path> {
482482
}
483483

484484
#[cfg(windows)]
485-
pub fn _split_paths<T: BytesContainer>(unparsed: T) -> Vec<Path> {
485+
fn _split_paths<T: BytesContainer>(unparsed: T) -> Vec<Path> {
486486
// On Windows, the PATH environment variable is semicolon separated. Double
487487
// quotes are used as a way of introducing literal semicolons (since
488488
// c:\some;dir is a valid Windows path). Double quotes are not themselves

0 commit comments

Comments
 (0)