Skip to content

Commit e70b481

Browse files
ericktgraydon
authored andcommitted
libcore: minor os.rs cleanup
1 parent 079c768 commit e70b481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/os.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ pub fn list_dir(p: &Path) -> ~[~str] {
595595
* This version prepends each entry with the directory.
596596
*/
597597
pub fn list_dir_path(p: &Path) -> ~[~Path] {
598-
os::list_dir(p).map(|f| ~p.push(*f))
598+
list_dir(p).map(|f| ~p.push(*f))
599599
}
600600
601601
/// Removes a directory at the specified path

0 commit comments

Comments
 (0)