fix(workspace): remove std from selene to avoid feature errors
This commit is contained in:
parent
9eff8ffb78
commit
527e4976e4
|
|
@ -1,4 +1,6 @@
|
|||
std = "lua52"
|
||||
|
||||
|
||||
[rules]
|
||||
unknown_variable = "deny"
|
||||
# Standard library is omitted to avoid "feature not enabled" errors in the pre-compiled binary.
|
||||
# Custom globals should be added to the [rules] or via custom std files later.
|
||||
|
|
|
|||
Loading…
Reference in a new issue