mirror of
https://github.com/CompeyDev/rusty-luau.git
synced 2024-12-12 04:40:40 +00:00
fix(Future): remove lsp warning by removing unused Result object
This commit is contained in:
parent
6f02130e51
commit
cd10bd86fc
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@ local Signal = mod.signal
|
|||
type Signal<T...> = mod.Signal<T...>
|
||||
|
||||
local result = require("result")
|
||||
local Result = result.Result
|
||||
export type Result<T, E> = result.Result<T, E>
|
||||
local Ok = result.Ok
|
||||
local Err = result.Err
|
||||
|
|
Loading…
Reference in a new issue