Skip to content

Commit de66faa

Browse files
committed
---
yaml --- r: 4850 b: refs/heads/master c: d183603 h: refs/heads/master v: v3
1 parent 126a21a commit de66faa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: cede5e53b3af92c12ae7ba6591fce7f8ca81979f
2+
refs/heads/master: d1836034e23a34ed4e2508516f3ad78447292d79

trunk/src/rt/rust_gc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ maybe_gc(rust_task *task) {
7676
}
7777

7878
if (zeal)
79-
gc(task);
79+
gc::gc(task);
8080
}
8181

8282
}

0 commit comments

Comments
 (0)