Fix no-std build.
This commit is contained in:
parent
efddc7e91d
commit
cc64ae3939
@ -1,3 +1,5 @@
|
||||
#![cfg(not(feature = "no_std"))]
|
||||
|
||||
use super::arithmetic::make_err as make_arithmetic_err;
|
||||
use crate::plugin::*;
|
||||
use crate::{def_package, Dynamic, EvalAltResult, RhaiResult, RhaiResultOf, INT};
|
||||
|
Loading…
Reference in New Issue
Block a user