Deprecate RegisterFn and RegisterResultFn.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#![cfg(not(feature = "no_float"))]
|
||||
use rhai::{Engine, EvalAltResult, RegisterFn, FLOAT};
|
||||
use rhai::{Engine, EvalAltResult, FLOAT};
|
||||
|
||||
const EPSILON: FLOAT = 0.000_000_000_1;
|
||||
|
||||
|
Reference in New Issue
Block a user