]> git.lizzy.rs Git - rust.git/commitdiff
Test fixes from the rollup
authorAlex Crichton <alex@alexcrichton.com>
Thu, 3 Jul 2014 19:01:33 +0000 (12:01 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 3 Jul 2014 19:54:52 +0000 (12:54 -0700)
src/libstd/os.rs

index 4388de43f209d280b8c4944576b7cc96a2e550b9..b3f25914c8f568768c22fd62c6523e837895e9c0 100644 (file)
@@ -482,7 +482,7 @@ fn _split_paths<T: BytesContainer>(unparsed: T) -> Vec<Path> {
     }
 
     #[cfg(windows)]
-    pub fn _split_paths<T: BytesContainer>(unparsed: T) -> Vec<Path> {
+    fn _split_paths<T: BytesContainer>(unparsed: T) -> Vec<Path> {
         // On Windows, the PATH environment variable is semicolon separated.  Double
         // quotes are used as a way of introducing literal semicolons (since
         // c:\some;dir is a valid Windows path). Double quotes are not themselves