rt: Attempt to put out burning tinderbox by fully qualifying gc::gc().
This commit is contained in:
parent
cede5e53b3
commit
d1836034e2
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ maybe_gc(rust_task *task) {
|
|||
}
|
||||
|
||||
if (zeal)
|
||||
gc(task);
|
||||
gc::gc(task);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue