mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Remove RocResult from utils.zig
It is implemented wrong and not used anywhere
This commit is contained in:
parent
b84c05fad9
commit
fdafac4323
2 changed files with 0 additions and 20 deletions
|
@ -1,6 +1,5 @@
|
|||
const std = @import("std");
|
||||
const utils = @import("utils.zig");
|
||||
const RocResult = utils.RocResult;
|
||||
const UpdateMode = utils.UpdateMode;
|
||||
const mem = std.mem;
|
||||
const math = std.math;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue