mirror of
https://github.com/CompeyDev/rusty-luau.git
synced 2024-12-12 04:40:40 +00:00
fix: fix warnings by removing unused Result
enums
This commit is contained in:
parent
c7bf127222
commit
38704d18af
1 changed files with 0 additions and 2 deletions
|
@ -9,8 +9,6 @@ local None = option.None
|
||||||
|
|
||||||
local result = require("result")
|
local result = require("result")
|
||||||
type Result<T, E> = result.Result<T, E>
|
type Result<T, E> = result.Result<T, E>
|
||||||
local Ok = result.Ok
|
|
||||||
local Err = result.Err
|
|
||||||
|
|
||||||
local Iter = {}
|
local Iter = {}
|
||||||
type Iter<T> = typeof(Iter) & {
|
type Iter<T> = typeof(Iter) & {
|
||||||
|
|
Loading…
Reference in a new issue