Skip to content

Commit e28af23

Browse files
committed
core: change import of exchange_alloc for win32 os::_list_dir
1 parent 2d25ea7 commit e28af23

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
@@ -715,7 +715,7 @@ pub fn list_dir(p: &Path) -> ~[~str] {
715715
use os::win32::{
716716
as_utf16_p
717717
};
718-
use private::exchange_alloc::{malloc_raw, free_raw};
718+
use unstable::exchange_alloc::{malloc_raw, free_raw};
719719
#[nolink]
720720
extern mod rustrt {
721721
unsafe fn rust_list_dir_wfd_size() -> libc::size_t;

0 commit comments

Comments
 (0)