mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-15 21:23:57 +00:00
standardize on decref instead of deinit for name
This commit is contained in:
parent
440c0518f1
commit
e32c5f6514
11 changed files with 181 additions and 185 deletions
|
|
@ -130,7 +130,7 @@ pub fn main() u8 {
|
|||
// stdout the result
|
||||
stdout.print("{s}", .{callresult.asSlice()}) catch unreachable;
|
||||
|
||||
callresult.deinit();
|
||||
callresult.decref();
|
||||
|
||||
stderr.print("runtime: {d:.3}ms\n", .{seconds * 1000}) catch unreachable;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue