We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe90f3c commit f37f3ecCopy full SHA for f37f3ec
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: af99b4b0dc530e58ced8780f0322ca8d2c1578f9
+refs/heads/master: 35e01e0137e5edced626b201f2f2ca569247e95a
trunk/src/lib/posix_fs.rs
@@ -1,6 +1,6 @@
native "c-stack-cdecl" mod rustrt {
3
- fn rust_list_files(&&path: str) -> [str];
+ fn rust_list_files(path: str) -> [str];
4
}
5
6
fn list_dir(path: str) -> [str] {
trunk/src/lib/win32_fs.rs
@@ -1,8 +1,8 @@
- fn rust_file_is_dir(&&path: str) -> int;
+ fn rust_file_is_dir(path: str) -> int;
7
8
0 commit comments