Add no_function
feature to disable script-defined functions.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#![cfg(not(feature = "no_function"))]
|
||||
|
||||
use rhai::{Engine, EvalAltResult, INT};
|
||||
|
||||
#[test]
|
||||
|
Reference in New Issue
Block a user