From d2bd07dcb02783063375b6c8532fceaf9fa9d50f Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Tue, 19 Apr 2011 13:35:49 -0700 Subject: Remove effect system from src. --- src/lib/win32_fs.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/win32_fs.rs') diff --git a/src/lib/win32_fs.rs b/src/lib/win32_fs.rs index 8ad1f1ef..2d0ea38c 100644 --- a/src/lib/win32_fs.rs +++ b/src/lib/win32_fs.rs @@ -3,7 +3,7 @@ native "rust" mod rustrt { fn rust_file_is_dir(str path) -> int; } -impure fn list_dir(str path) -> vec[str] { +fn list_dir(str path) -> vec[str] { ret rustrt.rust_list_files(path+"*"); } -- cgit v1.2.3