Fix no-std build.

This commit is contained in:
Stephen Chung 2022-01-25 17:55:53 +08:00
parent efddc7e91d
commit cc64ae3939

View File

@ -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};