Remove PluginFunction::is_variadic.

This commit is contained in:
Stephen Chung
2021-05-29 18:32:34 +08:00
parent b5ed841ee7
commit 5f36f1a28c
6 changed files with 3 additions and 37 deletions

View File

@@ -20,7 +20,7 @@ smallvec = { version = "1.6", default-features = false, features = ["union"] }
ahash = { version = "0.7", default-features = false }
num-traits = { version = "0.2", default_features = false }
smartstring = { version = "0.2.6", default_features = false }
rhai_codegen = { version = "0.3.4", path = "codegen", default_features = false }
rhai_codegen = { version = "0.3.7", path = "codegen", default_features = false }
[features]
default = ["smartstring/std", "ahash/std", "num-traits/std"] # remove 'smartstring/std' when smartstring is updated to support no-std