Deprecate RegisterFn and RegisterResultFn.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
///! This test simulates an external command object that is driven by a script.
|
||||
use rhai::{Engine, EvalAltResult, RegisterFn, Scope, INT};
|
||||
use rhai::{Engine, EvalAltResult, Scope, INT};
|
||||
use std::sync::{Arc, Mutex, RwLock};
|
||||
|
||||
/// Simulate a command object.
|
||||
|
Reference in New Issue
Block a user