Skip to content

Commit 15880b3

Browse files
committed
rusti: Correct by-copy flag
1 parent 1d55a57 commit 15880b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rusti/wrapper.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414

1515
extern mod std;
1616

17-
fn print<T>(+result: T) {
17+
fn print<T>(result: T) {
1818
io::println(fmt!("%?", result));
1919
}

0 commit comments

Comments
 (0)